Skip to content

Commit df82342

Browse files
authored
Add missing ' at the end of the xdebug:stop command (#2288)
1 parent d516b4d commit df82342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"up": "docker-compose up --build --force-recreate -d && ./bin/docker-setup.sh",
118118
"down": "docker-compose down",
119119
"xdebug:start": "docker-compose exec wordpress sh -c 'sed -i \"/xdebug.mode=off/c\\xdebug.mode=debug\" /usr/local/etc/php/php.ini && /etc/init.d/apache2 reload'",
120-
"xdebug:stop": "docker-compose exec wordpress sh -c 'sed -i \"/xdebug.mode=debug/c\\xdebug.mode=off\" /usr/local/etc/php/php.ini && /etc/init.d/apache2 reload",
120+
"xdebug:stop": "docker-compose exec wordpress sh -c 'sed -i \"/xdebug.mode=debug/c\\xdebug.mode=off\" /usr/local/etc/php/php.ini && /etc/init.d/apache2 reload'",
121121
"wp": "docker run -it --env-file default.env --rm --user xfs --volumes-from woocommerce_stripe_wordpress --network container:woocommerce_stripe_wordpress wordpress:cli",
122122
"listen": "stripe listen --forward-to 'http://localhost:8082/?wc-api=wc_stripe'",
123123
"presass": "rm -f $npm_package_assets_styles_css",

0 commit comments

Comments
 (0)