We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae71c61 commit d7e207bCopy full SHA for d7e207b
1 file changed
app/system/Bakery/Command/Setup.php
@@ -55,7 +55,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
55
56
// Check if the .env file exist.
57
if (!$force && file_exists($this->envPath)) {
58
- $this->io->note("File `{$this->envPath}` already exist. Use -f option to force setup to run again.");
+ $this->io->note("File `{$this->envPath}` already exist. Use the `php bakery setup -f` command to force setup to run again.");
59
return;
60
}
61
0 commit comments