* fix: remove duplicate deployment echo in build.sh Remove duplicate 'Deploying to local WordPress installation...' message. Replace printf with echo "" for blank line separator to avoid \n rendering issues without -e flag. Closes #70 * fix: use ${WP_LOCAL_PLUGIN_DIR:-} for bash nounset safety in build.sh Addresses CodeRabbit Major review feedback on PR #80. Direct dereference of $WP_LOCAL_PLUGIN_DIR under set -u causes the script to exit when the variable is unset, even though local deployment is optional. Using ${WP_LOCAL_PLUGIN_DIR:-} safely handles the unset case without triggering nounset.
3.2 KiB
Executable File
3.2 KiB
Executable File