Commit ebe9ea3d authored by Olaf Peters's avatar Olaf Peters

fix typo in test.sh (ngrok not found)

parent 1573b688
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment