From 2be619919a6f04591ed0b1c0a37c6791a233a2f1 Mon Sep 17 00:00:00 2001 From: tootbrute Date: Thu, 16 Jan 2025 06:36:52 +0800 Subject: [PATCH] fixed commit script --- update.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/update.sh b/update.sh index 6cf5724..1e1d49b 100755 --- a/update.sh +++ b/update.sh @@ -1,9 +1,8 @@ # add things to git COMMIT_MSG="Update NixOS config." -echo "commit message?" +echo "Commit message?" read COMMIT_MSG - -echo "this is what they wrote: $COMMIT_MSG" +echo "OK!" git add . git commit -m "$COMMIT_MSG"