Skip to content

Commit

Permalink
Update flash_your_device
Browse files Browse the repository at this point in the history
  • Loading branch information
epiccurious authored Nov 29, 2023
1 parent cc552b4 commit 066b5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flash_your_device
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if [ ! -f "${esp_idf_save_directory}"/export.sh ]; then
echo "ok."
echo -n " Exporting the framework... "
. ./export.sh 1>/dev/null
mv -r "${esp_idf_temp_directory}" "${esp_idf_save_directory}"
mv "${esp_idf_temp_directory}" "${esp_idf_save_directory}"
else
cd "${esp_idf_save_directory}"
echo -n " Exporting the framework... "
Expand Down

0 comments on commit 066b5c1

Please sign in to comment.