Skip to content

Commit

Permalink
No need for tr on 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noonio committed Jan 13, 2025
1 parent 13b27a5 commit 2769fc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo/seed-devnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ function publishReferenceScripts() {
hnode publish-scripts \
--testnet-magic ${NETWORK_ID} \
--node-socket ${DEVNET_DIR}/node.socket \
--cardano-signing-key devnet/credentials/faucet.sk \
| tr '\n' ','
--cardano-signing-key devnet/credentials/faucet.sk
}

function queryPParams() {
Expand Down

0 comments on commit 2769fc1

Please sign in to comment.