Skip to content

Commit

Permalink
Fix the tar command
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmurphy committed Dec 11, 2015
1 parent 1d59cc0 commit 7ccdff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ before_install:
- stack install stylish-haskell
# Elm
- curl -L -o /tmp/elm-format.tgz https://github.com/avh4/elm-format/releases/download/0.1-alpha2/elm-format-0.1-alpha2-mac-x64.tgz
- tar xvzf -C /usr/local/bin /tmp/elm-format.tgz
- tar xvzf /tmp/elm-format.tgz -C /usr/local/bin

0 comments on commit 7ccdff0

Please sign in to comment.