Skip to content

Commit

Permalink
fix: Use single quotes for toml config
Browse files Browse the repository at this point in the history
  • Loading branch information
aidan46 committed Jan 14, 2025
1 parent 15f0444 commit d8c424b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/rpc_publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ PIECE_CID="$(echo "$INPUT_COMMP" | jq -r ".cid")"
PIECE_SIZE="$(echo "$INPUT_COMMP" | jq ".size")"
PEER_ID="$(target/release/polka-storage-provider-client generate-peer-id --pubkey "$P2P_PUBLIC_KEY")"
P2P_CONFIG="/tmp/bootstrap.toml"
echo "address = \"$P2P_ADDRESS\"
keypair = \"@$P2P_PRIVATE_KEY\"
echo "address = '$P2P_ADDRESS'
keypair = '@$P2P_PRIVATE_KEY'
" > "$P2P_CONFIG"


Expand Down

0 comments on commit d8c424b

Please sign in to comment.