From a9ecff61607a1bab3b3745b001f756ee0b20052b Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Tue, 10 Oct 2023 19:26:39 +0800 Subject: [PATCH] standardize: read user input with [key] instead of ; pm2 --name=* -e * -o * --- git-push-tree.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-push-tree.sh b/git-push-tree.sh index d7d017d..a5f5b9a 100755 --- a/git-push-tree.sh +++ b/git-push-tree.sh @@ -30,7 +30,7 @@ echo "=== Enter [commit message] or [leave blank] for default to 'updated'" read -p ">>> " COMMIT_MESSAGE if [ ! "$COMMIT_MESSAGE" ] then - COMMIT_MESSAGE="updated" + COMMIT_MESSAGE="Update" fi echo ""