From a7689113a527cce8b57d800493feaf4dd6cd1b0a Mon Sep 17 00:00:00 2001 From: aayushwhiz Date: Fri, 6 Dec 2024 12:50:29 -0800 Subject: [PATCH] fix silly formatting mistake --- demos/weather_forecast/run_demo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/weather_forecast/run_demo.sh b/demos/weather_forecast/run_demo.sh index 7f27e7e6..a129e2c6 100644 --- a/demos/weather_forecast/run_demo.sh +++ b/demos/weather_forecast/run_demo.sh @@ -88,7 +88,7 @@ stop_demo() { # Main script logic if [ "$1" == "down" ]; then # Call stop_demo with the second argument as the demo to stop - stop_demo + stop_demo else # Use the argument (jaeger, logfire, signoz) to determine the compose file start_demo "$1"