mirror of
https://github.com/correl/elm.git
synced 2025-01-03 19:17:27 +00:00
Removed debugging printing
This commit is contained in:
parent
92305de08b
commit
44b1cde071
1 changed files with 25 additions and 27 deletions
|
@ -15,11 +15,9 @@ case $(uname) in
|
||||||
esac)
|
esac)
|
||||||
|
|
||||||
if [ "$OS" == "windows" ]; then
|
if [ "$OS" == "windows" ]; then
|
||||||
echo $URL
|
|
||||||
URL=https://github.com/avh4/elm-format/releases/download/0.6.1-alpha/elm-format-0.18-0.6.1-alpha-win-i386.zip
|
URL=https://github.com/avh4/elm-format/releases/download/0.6.1-alpha/elm-format-0.18-0.6.1-alpha-win-i386.zip
|
||||||
curl -L $URL | funzip > bin/elm-format
|
curl -L $URL | funzip > bin/elm-format
|
||||||
else
|
else
|
||||||
echo $URL
|
|
||||||
URL=https://github.com/avh4/elm-format/releases/download/0.6.1-alpha/elm-format-0.18-0.6.1-alpha-$OS-x64.tgz
|
URL=https://github.com/avh4/elm-format/releases/download/0.6.1-alpha/elm-format-0.18-0.6.1-alpha-$OS-x64.tgz
|
||||||
curl -L $URL | tar -xvzO > bin/elm-format
|
curl -L $URL | tar -xvzO > bin/elm-format
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue