]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
fix typo in test.sh (ngrok not found) 69/head
authorOlaf Peters <olf@magicolf.de>
Tue, 5 Jan 2016 11:20:36 +0000 (12:20 +0100)
committerOlaf Peters <olf@magicolf.de>
Tue, 5 Jan 2016 11:27:26 +0000 (12:27 +0100)
test.sh

diff --git a/test.sh b/test.sh
index c40a75fde35ad038fa4ecb7a46f8f4546f43bebf..0990aaa9c841634f7ff581657c1d58388176f447 100755 (executable)
--- 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