Skip to content

Commit

Permalink
Use long option names for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Sep 11, 2024
1 parent 73f277b commit e52b23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-plugin-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ mv gutenberg.tmp.php gutenberg.php

# Generate the plugin zip file.
status "Creating archive... 🎁"
zip -rD \
zip --recurse-paths --no-dir-entries \
gutenberg.zip \
gutenberg.php \
lib \
Expand Down

0 comments on commit e52b23c

Please sign in to comment.