Skip to content

Commit 017ec5d

Browse files
committed
sed dirty hack
1 parent 0d7c1fd commit 017ec5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ before_install:
3232
- curl -o- -L https://yarnpkg.com/install.sh | bash
3333
- export PATH="$HOME/.yarn/bin:$PATH"
3434
# Use sed to replace the SSH URL with the public URL, then initialize submodules
35-
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
35+
- sed -ie 's/git@github.com:/https:\/\/github.com\//' .gitmodules
3636
- git submodule update --init --recursive
3737

3838
install:

0 commit comments

Comments
 (0)