]> git.lizzy.rs Git - rust.git/commitdiff
Correct commit message in rustup.sh
authorbjorn3 <bjorn3@users.noreply.github.com>
Wed, 15 Jan 2020 19:20:30 +0000 (20:20 +0100)
committerbjorn3 <bjorn3@users.noreply.github.com>
Wed, 15 Jan 2020 19:20:30 +0000 (20:20 +0100)
rustup.sh

index bd3158dd396c0634ff55c3a8bc8a171c31524553..e1b1bdc399dcb02198227b71efef6327f7945a2c 100755 (executable)
--- 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'"