Skip to content

Commit

Permalink
Fix case on --pallet flag in CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ada authored and AdaJane committed Oct 31, 2023
1 parent ebf907c commit 4b055b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runtime-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ jobs:
./target/release/creditcoin-node try-runtime \
--runtime ./target/release/creditcoin_node_runtime.compact.compressed.wasm \
--dev on-runtime-upgrade live --uri ws://127.0.0.1:9944 \
--pallet creditcoin \
--pallet Creditcoin \
--at ${{ needs.setup.outputs.last_block_hash }}
- name: TERM creditcoin-node
Expand Down

0 comments on commit 4b055b3

Please sign in to comment.