Skip to content

Commit 2fed1de

Browse files
committed
fix typo
1 parent 497cbd1 commit 2fed1de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33
set -o pipefail
44

55
# install 'libuv'
6-
git clone --recursive --depth=1:w https://github.com/joyent/libuv.git
6+
git clone --recursive --depth=1 https://github.com/joyent/libuv.git
77
pushd libuv
88
git checkout v1.0.0-rc2
99
./autogen.sh && ./configure && make && make install

0 commit comments

Comments
 (0)