File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments