Skip to content

Commit

Permalink
style: fixes tabs/new lines that was causing lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul English committed Aug 7, 2023
1 parent 27b0e35 commit ffa083e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/cli/commands/reset.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ if( file_exists ( ABSPATH . '.userid' ) ) {
wpcli(
`core ${getWPInstallType(config.multisite)} --url=${
config.url
} --title="WP Cypress" --admin_user=${config.adminUsername} --admin_password=password --admin_email="[email protected]" --skip-email`,
} --title="WP Cypress" --admin_user=${
config.adminUsername
} --admin_password=password --admin_email="[email protected]" --skip-email`,
logFile,
),
'Installing WordPress',
Expand Down

0 comments on commit ffa083e

Please sign in to comment.