Skip to content

Commit

Permalink
fix: config when serve...
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Jan 15, 2024
1 parent 4dd3996 commit e0a78ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/AbstractCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protected function initialize(InputInterface $input, OutputInterface $output)
$this->io = new SymfonyStyle($input, $output);

// set up configuration
if (!\in_array($this->getName(), ['serve', 'new:site', 'self-update'])) {
if (!\in_array($this->getName(), ['new:site', 'self-update'])) {
// default configuration file
$this->configFiles[$this->findConfigFile('name')] = $this->findConfigFile('path');
// from --config=<file>
Expand Down

0 comments on commit e0a78ca

Please sign in to comment.