From 44471261a6274796e44b904549541a18be77e6e6 Mon Sep 17 00:00:00 2001 From: tootbrute Date: Thu, 16 Jan 2025 06:36:07 +0800 Subject: [PATCH] test 4 --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 1aec68b..6cf5724 100755 --- a/update.sh +++ b/update.sh @@ -1,7 +1,7 @@ # add things to git COMMIT_MSG="Update NixOS config." echo "commit message?" -read $COMMIT_MSG +read COMMIT_MSG echo "this is what they wrote: $COMMIT_MSG"