Skip to content

Commit 1c6fa95

Browse files
committed
Change wget --quiet to wget --no-verbose
1 parent 8894ae1 commit 1c6fa95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/anchor_test_fixtures.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ for X in fixtures/*; do
2525

2626
yarn
2727

28-
wget --quiet https://github.com/trail-of-forks/sbpf-coverage/releases/download/$AGAVE_TAG/patched-agave-tools-$AGAVE_TAG-$EXT.tar.gz
28+
wget --no-verbose https://github.com/trail-of-forks/sbpf-coverage/releases/download/$AGAVE_TAG/patched-agave-tools-$AGAVE_TAG-$EXT.tar.gz
2929

3030
tar xzf patched-agave-tools-$AGAVE_TAG-$EXT.tar.gz
3131

0 commit comments

Comments
 (0)