From 2b81b238dc8c1e9fe67c691a8a53856632efe42d Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Sun, 29 Oct 2017 16:39:41 -0500 Subject: [PATCH] fix commit flag in build.sh --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 8c551e9..7bc10ab 100755 --- a/build.sh +++ b/build.sh @@ -44,5 +44,5 @@ hugo -d "$IO_ROOT" # push new content cd $IO_ROOT git add * -git commit -m "[build.sh] Deployed from hugo-cwpearson" +git commit -am "[build.sh] Deployed from hugo-cwpearson" git push