fix commit flag in build.sh

This commit is contained in:
Carl Pearson
2017-10-29 16:39:41 -05:00
parent c6c0f5eed0
commit 2b81b238dc

View File

@@ -44,5 +44,5 @@ hugo -d "$IO_ROOT"
# push new content # push new content
cd $IO_ROOT cd $IO_ROOT
git add * git add *
git commit -m "[build.sh] Deployed from hugo-cwpearson" git commit -am "[build.sh] Deployed from hugo-cwpearson"
git push git push