Skip to content

Commit 94aa119

Browse files
sea-snakeaterga
andauthored
Update scripts/deploy-pr-to-beta
Co-authored-by: Arshavir Ter-Gabrielyan <[email protected]>
1 parent bdb99c6 commit 94aa119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy-pr-to-beta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ echo "Artifact extracted: $EXTRACTED_FILE"
9797
echo "Upgrading canister $BETA_CANISTER_ID..."
9898
dfx canister \
9999
--network ic \
100-
--wallet $WALLET_CANISTER_ID \
100+
--wallet "$WALLET_CANISTER_ID" \
101101
install "$BETA_CANISTER_ID" \
102102
--mode upgrade \
103103
--wasm "$ROOT_DIR/$EXTRACTED_FILE"

0 commit comments

Comments
 (0)