From 85abc1bc32608981fa727cdc53e4f4ad058d07e5 Mon Sep 17 00:00:00 2001 From: Alexandru Popenta Date: Thu, 7 Dec 2023 15:08:51 +0200 Subject: [PATCH] fix typo --- mxpy-up.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mxpy-up.py b/mxpy-up.py index 57e64ded..c7e50af7 100644 --- a/mxpy-up.py +++ b/mxpy-up.py @@ -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