From ef18f1cb0c4c357d27d322d8388b4bc6aa651ab8 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Tue, 8 Oct 2024 00:11:27 -0700 Subject: [PATCH] ooof --- launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launch.sh b/launch.sh index d04c778..ce19be8 100755 --- a/launch.sh +++ b/launch.sh @@ -18,7 +18,7 @@ if [ "$1" == "pong" ]; then elif [ "$1" == "mesh" ]; then python3 mesh_bot.py else - Please provide a bot to launch (pong/mesh) + echo "Please provide a bot to launch (pong/mesh)" exit 1 fi