fix silly formatting mistake

This commit is contained in:
aayushwhiz 2024-12-06 12:50:29 -08:00
parent f655660adc
commit a7689113a5

View file

@ -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"