Skip to content

Commit

Permalink
Turn down the volume.
Browse files Browse the repository at this point in the history
  • Loading branch information
retronym committed Oct 1, 2011
1 parent 2a000f8 commit dc9f701
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sbt
Expand Up @@ -176,8 +176,7 @@ download_url () {
if which curl >/dev/null; then
curl --silent "$url" --output "$jar"
elif which wget >/dev/null; then
# wget --quiet "$url" > "$jar"
wget -O "$jar" "$url"
wget --quiet -O "$jar" "$url"
fi
} && [[ -f "$jar" ]]
}
Expand Down

0 comments on commit dc9f701

Please sign in to comment.