From 2ef9bb2638e9fc244d6beaea1aeaa37198aa3619 Mon Sep 17 00:00:00 2001 From: Michael Fix Date: Mon, 29 Jan 2018 17:59:00 -0800 Subject: [PATCH] Attempt to Fix CI (#183) --- bin/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/deploy.sh b/bin/deploy.sh index 4aad4b2..e5ed608 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -3,7 +3,7 @@ set -e if [[ "$TRAVIS_PULL_REQUEST" != "false" ]]; then if [[ $(git log -1 --pretty=%B --no-merges) != *"WIP"* ]]; then - NOW_URL=$(now -e NODE_ENV=production --public --no-clipboard --team=dawn --token "$NOW_TOKEN") + NOW_URL=$(now -e NODE_ENV=production --public --no-clipboard --team=dawn --token="$NOW_TOKEN") curl -X POST \ -H 'Content-type: application/json' \