From 3982f8838e51c908ad0df85dc3a362bb454158c3 Mon Sep 17 00:00:00 2001 From: sanaz Date: Fri, 17 May 2024 12:57:44 -0700 Subject: [PATCH] removes excess colon --- scripts/single-node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/single-node.sh b/scripts/single-node.sh index aed2015db7..b7a86812e9 100755 --- a/scripts/single-node.sh +++ b/scripts/single-node.sh @@ -101,7 +101,7 @@ if [[ $response == "y" ]]; then sed -i.bak -e "s/^trace_pull_address *=.*/trace_pull_address = \"$trace_pull_address\"/" ${CELESTIA_APP_HOME}/config/config.toml trace_push_batch_size=1000 sed -i.bak -e "s/^trace_push_batch_size *=.*/trace_push_batch_size = \"$trace_push_batch_size\"/" ${CELESTIA_APP_HOME}/config/config.toml - echo "Tracing is set up with the ability to pull traced data from the node on the address http://127.0.0.1:${trace_pull_address}" + echo "Tracing is set up with the ability to pull traced data from the node on the address http://127.0.0.1${trace_pull_address}" fi # Start celestia-app