Fix the tar command
This commit is contained in:
parent
1d59cc0970
commit
7ccdff04e7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue