From 49de11e761c32c57c1856429a038da666046c2f4 Mon Sep 17 00:00:00 2001 From: Perry Govier Date: Mon, 5 Dec 2016 16:45:47 -0600 Subject: [PATCH] chore(CI): script typo --- 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 8fa0fe77d..976280835 100755 --- a/scripts/docs/update_docs.sh +++ b/scripts/docs/update_docs.sh @@ -25,7 +25,7 @@ function run { # if no changes, don't commit if git diff-index --quiet HEAD -- - the + then echo "-- No changes detected for the following commit, docs not updated." echo "https://github.com/driftyco/$CIRCLE_PROJECT_REPONAME/commit/$CIRCLE_SHA1" else