Skip to content

Commit

Permalink
Remove FS_METHOD as defined in MU plugins it throws an error
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonagnew committed Oct 18, 2022
1 parent 9f3ba02 commit 2a99c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/commands/reset.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const reset = async (packageDir, logFile, options) => {
wpcli(
`core config --dbhost=db --dbname=wordpress --dbuser=root --dbpass="" --locale=${locale} --extra-php`,
logFile,
`define( 'FS_METHOD', 'direct' );
`
${map(
config.config,
Expand Down

0 comments on commit 2a99c9b

Please sign in to comment.