Skip to content

Commit

Permalink
Final message
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Allimant committed Nov 14, 2023
1 parent 00e94aa commit ce94570
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Command/BrevoExportCatalogCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int
}
}

$output->writeln("Done.");

return Command::SUCCESS;
}
}
2 changes: 2 additions & 0 deletions Command/BrevoExportCustomerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ protected function execute(InputInterface $input, OutputInterface $output): int
$progressBar->setMessage("<error>".$exception->getMessage()."</error>");
}

$output->writeln("Done.");

return Command::SUCCESS;
}
}

0 comments on commit ce94570

Please sign in to comment.