Skip to content

Commit 2a99c9b

Browse files
committed
Remove FS_METHOD as defined in MU plugins it throws an error
1 parent 9f3ba02 commit 2a99c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cli/commands/reset.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const reset = async (packageDir, logFile, options) => {
3434
wpcli(
3535
`core config --dbhost=db --dbname=wordpress --dbuser=root --dbpass="" --locale=${locale} --extra-php`,
3636
logFile,
37-
`define( 'FS_METHOD', 'direct' );
37+
`
3838
3939
${map(
4040
config.config,

0 commit comments

Comments
 (0)