From ebe9ea3d8b1b6980454c77ba2132a7fffadd7542 Mon Sep 17 00:00:00 2001 From: Olaf Peters Date: Tue, 5 Jan 2016 12:20:36 +0100 Subject: [PATCH] fix typo in test.sh (ngrok not found) --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index c40a75f..0990aaa 100755 --- a/test.sh +++ b/test.sh @@ -71,7 +71,7 @@ _CHECK_ERRORLOG() { if [[ ! -e "ngrok/ngrok" ]]; then ( mkdir -p ngrok - cd ngrog + cd ngrok wget https://dl.ngrok.com/ngrok_2.0.19_linux_amd64.zip -O ngrok.zip unzip ngrok.zip ngrok chmod +x ngrok -- 2.47.2