File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ echo "${UPDATED_JSON}" > "${COMPOSER_FILE}"
3737
3838# replace namespace in `./woocommerce/` directory; we're looking in PHP and JS files only
3939echo " Replacing instances of ${OLD_NAMESPACE_STRING} with ${NEW_NAMESPACE_STRING} in ./woocommerce/"
40- find " ${SCRIPT_DIR} /../../woocommerce/" -type f \( -name ' *.php' -o -name ' *.js' \) -exec sed -i " s/${OLD_NAMESPACE_STRING} /${NEW_NAMESPACE_STRING} /g" {} \;
40+ find " ${SCRIPT_DIR} /../../woocommerce/" -type f \( -name ' *.php' -o -name ' *.js' -o -name ' *.coffee ' \) -exec sed -i " s/${OLD_NAMESPACE_STRING} /${NEW_NAMESPACE_STRING} /g" {} \;
4141
4242# replace namespace in `./tests/` directory
4343echo " Replacing instances of ${OLD_NAMESPACE_STRING} with ${NEW_NAMESPACE_STRING} in ./tests/"
You can’t perform that action at this time.
0 commit comments