Commit 1ebe4580 authored by Lukas Schauer's avatar Lukas Schauer

Merge pull request #69 from olf/upstream

fix typo in test.sh (ngrok not found)
parents 1573b688 ebe9ea3d
......@@ -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