Skip to content

Commit

Permalink
bug: remove unassigned variable
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccurious committed Nov 24, 2023
1 parent 82caa64 commit 8b4d0c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flash_your_device
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 8b4d0c2

Please sign in to comment.