fix: yet another typo fixed

pull/10/head
Falk Werner 6 years ago
parent 7021411ee7
commit 75496cdefd

@ -14,7 +14,7 @@ before_install:
- make - make
- sudo make install - sudo make install
- cd .. - cd ..
- wget -O libwebsockets-3.1.0.tat.gz https://github.com/warmcat/libwebsockets/archive/v3.1.0.tar.gz - wget -O libwebsockets-3.1.0.tar.gz https://github.com/warmcat/libwebsockets/archive/v3.1.0.tar.gz
- tar -xf libwebsockets-3.1.0.tar.gz - tar -xf libwebsockets-3.1.0.tar.gz
- cd libwebsockets-3.1.0 - cd libwebsockets-3.1.0
- mkdir .build - mkdir .build

Loading…
Cancel
Save