Defaults!

This commit is contained in:
CCOSTAN
2016-10-14 14:58:33 +00:00
parent b595f022e8
commit 6a217496e7

View File

@@ -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