Skip to content

Commit

Permalink
OF: quieten curl
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed May 30, 2024
1 parent 5fcacb4 commit 3f74b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-cmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ -f "$LOCAL" ]; then
echo "Using cached tarball: ${LOCAL}"
else
echo "Fetching from cmark archives"
curl -L -o "$LOCAL" "$ARCHIVES/$VERSION.tar.gz" || exit 1
curl -sSL -o "$LOCAL" "$ARCHIVES/$VERSION.tar.gz" || exit 1
fi

# Clean anything old, then extract and build.
Expand Down

0 comments on commit 3f74b82

Please sign in to comment.