Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tell users to use --install-assistant=yes #12507

Merged
merged 3 commits into from
Jan 20, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add 'current'
  • Loading branch information
sofiafaro-da committed Jan 20, 2022
commit 26bf7499ba24fedd8293162b2bdf808300a3e72a
2 changes: 1 addition & 1 deletion daml-assistant/src/DA/Daml/Assistant/Install.hs
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ uninstallVersion Env{..} sdkVersion = wrapErr "Uninstalling SDK version." $ do
if exists then do
when (Just (DamlAssistantSdkVersion sdkVersion) == envDamlAssistantSdkVersion) $ do
hPutStr stderr . unlines $
[ "Cannot uninstall SDK version of daml assistant."
[ "Cannot uninstall SDK version of current daml assistant."
, "Please switch to a different version of daml assistant and try again."
, "To switch to a different version of daml assistant, use:"
, ""
Expand Down