From ef148d2a68a0d12d47daacbf89c35164dcffa993 Mon Sep 17 00:00:00 2001 From: Perry Govier Date: Mon, 5 Dec 2016 15:58:13 -0600 Subject: [PATCH] chore(CI): doh! silly logical mistake --- scripts/docs/update_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docs/update_docs.sh b/scripts/docs/update_docs.sh index a6e4a84c0..9a7bd56e1 100755 --- a/scripts/docs/update_docs.sh +++ b/scripts/docs/update_docs.sh @@ -24,7 +24,7 @@ function run { cd $SITE_DIR # if no changes, don't commit - if [[ `git status --porcelain` ]]; then + if [[ !`git status --porcelain` ]]; then echo "-- No changes detected for the following commit, docs not updated." echo "https://github.com/driftyco/$CIRCLE_PROJECT_REPONAME/commit/$CIRCLE_SHA1" else