From 1248561b8194f1f7ed9a283d76dd2f721b5b6d1f Mon Sep 17 00:00:00 2001 From: Pavlos Vinieratos Date: Fri, 13 Jan 2023 10:15:16 +0000 Subject: [PATCH] typo --- bin/run_ngrok.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run_ngrok.sh b/bin/run_ngrok.sh index efb88e1b3..1bb6bca37 100755 --- a/bin/run_ngrok.sh +++ b/bin/run_ngrok.sh @@ -31,7 +31,7 @@ fi #loop a few times until we get a ngrok response numtries=0 -# Wait for a bit till until ngrok is responding. +# Wait for a bit until ngrok is responding. while true; do STATUSCODE=$(curl --silent --output /dev/null --write-out "%{http_code}" http://localhost:4040/api/tunnels)