Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Dec 7, 2023
1 parent 49da374 commit e311cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-canister-wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
git fetch -t origin master
echo "here1"
if [[ $(git tag -l $WASM_SRC) ]]
then
Expand Down

0 comments on commit e311cf8

Please sign in to comment.