fix typo in test.sh (ngrok not found)

This commit is contained in:
Olaf Peters
2016-01-05 12:20:36 +01:00
parent 1573b6881a
commit ebe9ea3d8b

View File

@@ -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