From 7ccdff04e7415c38c194d58e093aafed10e2e698 Mon Sep 17 00:00:00 2001 From: Murphy Randle Date: Thu, 10 Dec 2015 17:51:40 -0700 Subject: [PATCH] Fix the tar command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb88235..10546e8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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