Skip to content

Commit 4e6159b

Browse files
authored
Merge pull request #5 from MuckRock/packaging-fix
Packaging script fix
2 parents 7e4abd4 + 21996fd commit 4e6159b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package-plugin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ rsync -av \
4646
--exclude='.*' \
4747
--exclude='*/.*' \
4848
--exclude='node_modules/' \
49-
--exclude='blocks/' \
49+
--exclude='/blocks/' \
5050
"$SOURCE_DIR/" "$DIST_DIR/$PLUGIN_NAME/"
5151

5252
# Step 2.1: Clean up any remaining hidden files that might have been copied

0 commit comments

Comments
 (0)