From 6601253ba32075baed861121b453d533297e062f Mon Sep 17 00:00:00 2001 From: Hamish Peebles Date: Thu, 7 Dec 2023 11:58:41 +0000 Subject: [PATCH] . --- scripts/download-canister-wasm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download-canister-wasm.sh b/scripts/download-canister-wasm.sh index 85776e6324..058f8183b1 100755 --- a/scripts/download-canister-wasm.sh +++ b/scripts/download-canister-wasm.sh @@ -15,7 +15,7 @@ then COMMIT_ID=$(jq -r .$CANISTER_NAME ./canister_commit_ids.json) elif [[ $WASM_SRC =~ ^v[0-9]+\.[0-9]+\.[0-9]+ ]] then - git fetch -t origin master + git fetch -tfq origin master echo "here1" if [[ $(git tag -l $WASM_SRC) ]] then