Skip to content

Commit a7650ee

Browse files
committed
fix: option needs to be an array key
1 parent d5f309a commit a7650ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/Project/InitializeProjectCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ protected function perform(InputInterface $input, OutputInterface $output)
144144
}
145145

146146
if ($output->confirm('Will you deploy this project using a container image?', false)) {
147-
$this->invoke($output, CreateDockerfileCommand::NAME, ['--configure-project']);
147+
$this->invoke($output, CreateDockerfileCommand::NAME, ['--configure-project' => null]);
148148
}
149149

150150
if (WpCli::isInstalledGlobally() && WpCli::isWordPressInstalled() && $output->confirm('Do you want to have Ymir scan your plugins and themes and configure your project?')) {

0 commit comments

Comments
 (0)