From: Olaf Peters Date: Tue, 5 Jan 2016 11:20:36 +0000 (+0100) Subject: fix typo in test.sh (ngrok not found) X-Git-Tag: v0.1.0~91^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F69%2Fhead;p=thirdparty%2Fdehydrated.git fix typo in test.sh (ngrok not found) --- 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