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