Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eliot-akira committed Sep 11, 2024
1 parent 9e30b39 commit a96df21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wp-now/src/execute-wp-cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export async function executeWPCli(
}: { phpVersion?: string; projectPath?: string } = {}
): Promise<{ stdout: string; stderr: string; exitCode: number }> {
await downloadWPCLI();
let options = await getWpNowConfig({
const options = await getWpNowConfig({
php: phpVersion || DEFAULT_PHP_VERSION,
wp: DEFAULT_WORDPRESS_VERSION,
path: projectPath,
Expand Down

0 comments on commit a96df21

Please sign in to comment.