aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 3a8c7cb1..f864935d 100755
--- a/update.sh
+++ b/update.sh
@@ -3,7 +3,7 @@ __update_sh_run() {
__update_sh_command="$1"
shift 1
- printf "\033[35;1m> \033[0m\033[35;1m%s\033[0m\n" "Running '$(basename "$__update_sh_command")' .."
+ printf "\033[35;1m> \033[0m\033[35;1m%s\033[0m\n" "Running '$(basename "$__update_sh_command") $*' .."
"$__update_sh_command" "$@"