Skip to content

Commit

Permalink
Show complete message after all steps are complete
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctl committed May 30, 2024
1 parent 9e6131b commit e776c09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Commands/Workflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ protected function execute( InputInterface $input, OutputInterface $output ) {
if ( $root ) {
chdir( $config->getWorkingDir() );
}

$io->writeln( '<success>Workflow complete.</success>' );
}

$io->writeln( '<success>Workflow complete.</success>' );

return 0;
}
}

0 comments on commit e776c09

Please sign in to comment.