Skip to content

Commit d7e207b

Browse files
committed
That comment woudn't apply when using bake. The standalone command needs to be used
1 parent ae71c61 commit d7e207b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/system/Bakery/Command/Setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
5555

5656
// Check if the .env file exist.
5757
if (!$force && file_exists($this->envPath)) {
58-
$this->io->note("File `{$this->envPath}` already exist. Use -f option to force setup to run again.");
58+
$this->io->note("File `{$this->envPath}` already exist. Use the `php bakery setup -f` command to force setup to run again.");
5959
return;
6060
}
6161

0 commit comments

Comments
 (0)