Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Dec 7, 2023
1 parent a7b9d97 commit 85abc1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mxpy-up.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def get_mxpy_update_shortcut_content():
if operating_system == "windows":
return f"""#!/bin/sh
curl.exe --output mxpy-up.py --url https://raw.githubusercontent.com/multiversx/mx-sdk-py-cli/mxpy-update/mxpy-up.py
python mxpy-up.py --not-interactive*
python mxpy-up.py --not-interactive
"""

return f"""#!/bin/sh
Expand Down

0 comments on commit 85abc1b

Please sign in to comment.