fix: spell error fixed

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

@ -6,7 +6,7 @@ compiler:
before_install: before_install:
- mkdir -p .deps - mkdir -p .deps
- cd .deps - cd .deps
- wget -O use-3.1.1.tar.gz https://github.com/libfuse/libfuse/archive/fuse-3.1.1.tar.gz - wget -O fuse-3.1.1.tar.gz https://github.com/libfuse/libfuse/archive/fuse-3.1.1.tar.gz
- tar -xf fuse-3.1.1.tar.gz - tar -xf fuse-3.1.1.tar.gz
- cd libfuse-fuse-3.1.1 - cd libfuse-fuse-3.1.1
- ./makeconf.sh - ./makeconf.sh

Loading…
Cancel
Save