From fd228f72e0e8a10de3e48c6e88065323a82305b2 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 5 Sep 2017 14:56:38 -0500 Subject: [PATCH] Update deploy.sh --- .travis/deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/deploy.sh b/.travis/deploy.sh index fff8cf50..91024bd9 100644 --- a/.travis/deploy.sh +++ b/.travis/deploy.sh @@ -66,7 +66,7 @@ if [[ $CHANGED_FILES -eq 0 ]]; then for CHANGED_FILE in `git diff --name-only`; do if ! [[ $CHANGED_FILE =~ "spoiler.xml" ]]; then ONLYDATECHANGE=false - fi + fi done else ONLYDATECHANGE=false @@ -75,7 +75,7 @@ if [[ $ONLYDATECHANGE == true ]]; then git add -A . git commit -m "Travis Deploy: ${SHA}" else - echo "Only date in spoiler.xml changed, not committing + echo "Only date in spoiler.xml changed, not committing" fi # Get the deploy key by using Travis's stored variables to decrypt deploy_key.enc