From 8b4d0c21ade4d6a8d6133601fd0f83c874277076 Mon Sep 17 00:00:00 2001 From: Epic Curious <109078515+epiccurious@users.noreply.github.com> Date: Fri, 24 Nov 2023 11:51:55 -0500 Subject: [PATCH] bug: remove unassigned variable --- flash_your_device | 1 - 1 file changed, 1 deletion(-) diff --git a/flash_your_device b/flash_your_device index 7e9dd21..ac526e0 100755 --- a/flash_your_device +++ b/flash_your_device @@ -92,7 +92,6 @@ esac echo -n "Checking for the Espressif IoT Development Framework... " if [ ! -f "${esp_idf_git_dir}"/export.sh ]; then echo -ne "\n Downloading the framework... " - [ -d "${esp_dir}" ] || mkdir "${esp_dir}" git clone --quiet https://github.com/espressif/esp-idf.git "${esp_idf_git_dir}" cd "${esp_idf_git_dir}"/ git checkout --quiet "${esp_idf_git_tag}"