Skip to content

Commit

Permalink
missing zipfile name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
znmeb committed Aug 30, 2024
1 parent 80cd8bb commit c64277e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_env/1_pico_sdk/cleansers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo ""
echo "Setting environment variables"
source ../set_pico_envars

echo "Creating $zipfile"
echo "Creating cleansers.zip"
pushd $PICO_EXAMPLES_PATH
zip -9r cleansers.zip `find . -name "flash_nuke.uf2"`
zip -9r cleansers.zip `find . -name "hello_usb.uf2"`
Expand Down

0 comments on commit c64277e

Please sign in to comment.