Skip to content

Commit

Permalink
build helper: quiet curl output
Browse files Browse the repository at this point in the history
  • Loading branch information
abh committed Aug 8, 2021
1 parent 043052f commit 5b75b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-release
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ files=`curl -sf $BASE/checksums.txt | awk '{print $2}'`
for f in $files; do
url=$BASE/$f
echo downloading $f
curl -fRo $DIR/$f $url
curl -sfRo $DIR/$f $url
done

0 comments on commit 5b75b11

Please sign in to comment.