From 160dcefab87e6b1feb64b43339657debcd8eee30 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Wed, 15 Jan 2020 20:20:30 +0100 Subject: [PATCH] Correct commit message in rustup.sh --- rustup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustup.sh b/rustup.sh index bd3158dd396..e1b1bdc399d 100755 --- a/rustup.sh +++ b/rustup.sh @@ -20,7 +20,7 @@ case $1 in ./prepare.sh ;; "commit") - git commit -m "$(rustc -V)" + git commit -m "Rustup to $(rustc -V)" ;; *) echo "Unknown command '$1'"