Skip to content

Commit

Permalink
Fix missing backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Nov 1, 2023
1 parent 5270be9 commit 6cf9a7a
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 @@ -201,7 +201,7 @@ jobs:
--bootnodes "${{ needs.setup.outputs.boot_node }}" \
--prometheus-external \
--telemetry-url "wss://telemetry.creditcoin.network/submit/ 0" \
--base-path /mnt
--base-path /mnt \
--public-addr "/dns4/$IP_ADDRESS/tcp/50555" \
--port 50555 >creditcoin-node-used-for-fork.log 2>&1 &
Expand Down

0 comments on commit 6cf9a7a

Please sign in to comment.