From 6a217496e7af08ac1f990d483d6dfdc4da7bc9a1 Mon Sep 17 00:00:00 2001 From: CCOSTAN Date: Fri, 14 Oct 2016 14:58:33 +0000 Subject: [PATCH] Defaults! --- shell_scripts/gitupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell_scripts/gitupdate.sh b/shell_scripts/gitupdate.sh index 71af9b5c..b4b42020 100755 --- a/shell_scripts/gitupdate.sh +++ b/shell_scripts/gitupdate.sh @@ -6,7 +6,7 @@ hass --script check_config git add . git status -echo -n "Enter the Description for the Change: " +echo -n "Enter the Description for the Change: " [Minor Update] read CHANGE_MSG git commit -m "${CHANGE_MSG}" git push origin master