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