We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 147220a commit 7629838Copy full SHA for 7629838
bin/bundle.sh
@@ -22,7 +22,7 @@ touch /tmp/fair-dist/SHA384SUMS
22
# Bundle our plugin first.
23
[ -d /tmp/fair-temp ] && rm -rf /tmp/fair-temp
24
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
+rsync -a --exclude-from="$SCRIPT_DIR/../.distignore" "$SCRIPT_DIR/../" /tmp/fair-temp/wordpress/wp-content/plugins/fair-plugin
26
27
# Extract minimum required WordPress version from plugin header.
28
REQUIRES_AT_LEAST=$(get_plugin_header "Requires at least")
0 commit comments