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"