From 4579bd6c90197a191ab21dee5341f0f852046fe3 Mon Sep 17 00:00:00 2001 From: hPrnicessPi3 Date: Fri, 9 May 2025 13:24:57 -0600 Subject: [PATCH] somtin --- esp-idf-tools-cmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esp-idf-tools-cmd.sh b/esp-idf-tools-cmd.sh index 351c8f0..1bd3627 100644 --- a/esp-idf-tools-cmd.sh +++ b/esp-idf-tools-cmd.sh @@ -629,7 +629,7 @@ elif [[ "$arg" == "update" || "$arg" == "u" ]]; then # update without logouts or exit -elif [[ "$arg" == "clearlogs" || "$arg" == "cl" || "$arg" == "clear"]]; then +elif [[ "$arg" == "clearlogs" || "$arg" == "cl" || "$arg" == "clear" ]]; then handleEmptyLogs exit