Skip to content

Commit 71e99b1

Browse files
authored
Remove obsolete CLI argument --use-explicit-action-type for ic-admin (#3358)
1 parent 965ef04 commit 71e99b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/make-upgrade-proposal

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,6 @@ dry_run_proposal() {
372372
--wasm-module-sha256 "$(sha256 internet_identity-$TAG_NAME.wasm.gz)" \
373373
--arg arg.bin \
374374
--arg-sha256 "$(didc encode "$ARGUMENTS" | xxd -r -p | sha256sum | cut -f1 -d' ')" \
375-
--use-explicit-action-type \
376375
--dry-run \
377376
--summary-file ./proposal.md \
378377
--proposal-title "Upgrade Internet Identity Canister to $(git rev-parse --short HEAD)"
@@ -397,7 +396,6 @@ make_proposal() {
397396
--wasm-module-sha256 "$(sha256 internet_identity-$TAG_NAME.wasm.gz)" \
398397
--arg arg.bin \
399398
--arg-sha256 "$(didc encode "$ARGUMENTS" | xxd -r -p | sha256sum | cut -f1 -d' ')" \
400-
--use-explicit-action-type \
401399
--summary-file ./proposal.md \
402400
--proposal-title "Upgrade Internet Identity Canister to $(git rev-parse --short HEAD)"
403401
}

0 commit comments

Comments
 (0)