Skip to content

Commit

Permalink
Re-adds -q parameter to wget
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Mar 10, 2023
1 parent 642fe61 commit ab8f4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prov.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [[ ! -f "./$ECLIPSE_ARCHIVE.zip" ]]; then
| grep "$ECLIPSE_ARCHIVE.zip" \
| cut -d : -f 2,3 \
| tr -d \" \
| wget --header="Authorization: Bearer ${GITHUB_TOKEN}" -i - \
| wget -q --header="Authorization: Bearer ${GITHUB_TOKEN}" -i - \
|| :
fi

Expand Down

0 comments on commit ab8f4d9

Please sign in to comment.