From 9241339b2ca53d4d3b3025efc78d4ec56b6a6814 Mon Sep 17 00:00:00 2001 From: Perry Govier Date: Mon, 5 Dec 2016 16:32:05 -0600 Subject: [PATCH] chore(CI): testing something --- 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 b28ced854..260294a85 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 if [ -n "$(git status --porcelain)" ]; then + if [ -z "$(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