Skip to content

Commit 7629838

Browse files
committed
Prevent an sync error on macOS.
Signed-off-by: John Blackbourn <[email protected]>
1 parent 147220a commit 7629838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/bundle.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ touch /tmp/fair-dist/SHA384SUMS
2222
# Bundle our plugin first.
2323
[ -d /tmp/fair-temp ] && rm -rf /tmp/fair-temp
2424
mkdir -p /tmp/fair-temp/wordpress/wp-content/plugins/fair-plugin
25-
rsync -a --exclude-from="$SCRIPT_DIR/../.distignore" "$SCRIPT_DIR/.." /tmp/fair-temp/wordpress/wp-content/plugins/fair-plugin
25+
rsync -a --exclude-from="$SCRIPT_DIR/../.distignore" "$SCRIPT_DIR/../" /tmp/fair-temp/wordpress/wp-content/plugins/fair-plugin
2626

2727
# Extract minimum required WordPress version from plugin header.
2828
REQUIRES_AT_LEAST=$(get_plugin_header "Requires at least")

0 commit comments

Comments
 (0)