Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
cmuench committed Jan 19, 2023
1 parent b83050d commit 46b35dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
{
$this->detectMagento($output);
if (!$this->initMagento()) {
return Command::FAILURE
return Command::FAILURE;
}

$runOnStoreView = false;
Expand Down

0 comments on commit 46b35dc

Please sign in to comment.