Skip to content

Commit

Permalink
fix: updated the update message (#100)
Browse files Browse the repository at this point in the history
* updated the update message
  • Loading branch information
racinmat authored Aug 22, 2023
1 parent 4e3121e commit 9dffe31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/wanna/cli/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
PYPI_URL = "https://pypi.org/pypi/wanna-ml/json"
UPDATE_MESSAGE = (
"If you used `pipx` to install WANNA CLI, use the following command:\n\n"
"pipx upgrade wanna\n\n"
f"Otherwise, use `pip install --upgrade {__package__}`"
"pipx upgrade wanna-ml\n\n"
"Otherwise, use `pip install --upgrade wanna-ml`"
"(exact command will depend on your environment).\n\n"
)

Expand Down

0 comments on commit 9dffe31

Please sign in to comment.