Skip to content

Commit

Permalink
remove args
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Dec 7, 2023
1 parent b09c132 commit a7b9d97
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 a7b9d97

Please sign in to comment.