Skip to content

Commit 890d7c6

Browse files
authored
fix typo
1 parent 256c876 commit 890d7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/flash_firmware.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ read do_flash
7070
if [ "$do_flash" == "y" ] || [ "$do_flash" == "Y" ]; then
7171
$python_command -m mpremote $connect_string run firmware_updater.py
7272
else
73-
echo "The firmware was not be flashed to the device."
73+
echo "The firmware will not be flashed to the device."
7474
fi
7575

7676
$python_command -m mpremote $connect_string reset

0 commit comments

Comments
 (0)