Skip to content

Commit

Permalink
verbosity to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasochem committed Nov 13, 2024
1 parent f43af81 commit 53c50e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/polkadot/scripts/polkadot-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if [ ! -z "$NO_TELEMETRY" ]; then
fi

if [ ! -z "$TELEMETRY_URL" ]; then
telemetry_url_param="--telemetry-url \"$TELEMETRY_URL 0\""
telemetry_url_param="--telemetry-url \"$TELEMETRY_URL 1\""
fi

if [ ! -z "$PUBLIC_MULTIADDR" ]; then
Expand Down

0 comments on commit 53c50e3

Please sign in to comment.