diff --git a/test (1).sh b/test.sh similarity index 98% rename from test (1).sh rename to test.sh index ce82ca7..f81f1b2 100644 --- a/test (1).sh +++ b/test.sh @@ -2,4 +2,4 @@ HTTPCODE=echo $(`curl -s -o /dev/null -w "%{http_code}" https://salty-journey-63 if [ "$HTTPCODE" -ne 200 ];then echo "heroku app not responding, failing deploy" exit 1 -fi \ No newline at end of file +fi