From 9b9d9cf01c466c34d468e732704596a86b99726b Mon Sep 17 00:00:00 2001 From: KheliaNibaruta <73180785+KheliaNibaruta@users.noreply.github.com> Date: Thu, 3 Dec 2020 17:04:14 +0100 Subject: [PATCH] Rename test (1).sh to test.sh --- test (1).sh => test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test (1).sh => test.sh (98%) 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