Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tannguyen04 committed Mar 28, 2024
1 parent fc76966 commit b54df34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/ArtifactCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ protected function configure(): void {
* @throws \Exception
*/
protected function execute(InputInterface $input, OutputInterface $output): int {
// If log option was set, we set verbosity is very verbose.
// If log option was set, we set verbosity is debug.
if ($input->getOption('log')) {
$output->setVerbosity(OutputInterface::VERBOSITY_VERY_VERBOSE);
$output->setVerbosity(OutputInterface::VERBOSITY_DEBUG);
}
// Setup io and logger.
$this->io = new SymfonyStyle($input, $output);
Expand Down

0 comments on commit b54df34

Please sign in to comment.