diff --git a/autocommit.sh b/autocommit.sh index 5d6a8f3..a384359 100755 --- a/autocommit.sh +++ b/autocommit.sh @@ -6,6 +6,6 @@ if [ -n "$(git status --porcelain)" ]; then git commit -m "Automatic commit of config from $(date -I)" git push else - Nothing new to save to git + echo Nothing new to save to git fi popd