diff --git a/test.sh b/test.sh index afc166b..a64fc66 100755 --- a/test.sh +++ b/test.sh @@ -3,4 +3,4 @@ HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.heroku if [ "$HTTPCODE" -ne 200 ];then echo "heroku app not responding, failing deploy" exit 1 -fi +fi