vv icon indicating copy to clipboard operation
vv copied to clipboard

Wrong path in wp-cli.yml when using --bedrock

Open shoetten opened this issue 8 years ago • 0 comments

Hey, when using --bedrock to generate a bedrock page, the path in the wp-cli.yml file is incorrectly set to path: htdocs/web/web, when it should be path: htdocs/web/wp. This results in wp-cli not beeing able to delete default themes and plugins, as shown in this extract from the log:

==> default: Success: WordPress installed successfully.
==> default: Error: This does not seem to be a WordPress install.
==> default: Pass --path=`path/to/wordpress` or run `wp core download`.

Otherwise, thanks for making a nice, easy to use tool!

vv version 1.12

shoetten avatar Oct 14 '16 14:10 shoetten