Skip to content

Commit

Permalink
remove quotes from circuitpython-build-bundles command
Browse files Browse the repository at this point in the history
  • Loading branch information
FoamyGuy committed Aug 12, 2021
1 parent 1075c3a commit 6ef91d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ else
P="--package_folder_prefix $P"
fi

circuitpython-build-bundles --filename_prefix circuitpython-org-bundle --library_location libraries --library_depth 2 "$P"
circuitpython-build-bundles --filename_prefix circuitpython-org-bundle --library_location libraries --library_depth 2 $P

0 comments on commit 6ef91d6

Please sign in to comment.