Skip to content

Commit

Permalink
Trigger CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed May 6, 2024
1 parent 71923d9 commit 838bd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/Commands/WooExtensionsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protected function execute( InputInterface $input, OutputInterface $output ): in
if ( $input->getOption( 'refresh' ) === true ) {
$this->woo_extensions_list->fetch_woo_extensions_available();

$output->writeln( 'Woo Extensions list reloaded.' );
$output->writeln( 'Woo Extensions list updated.' );

return Command::SUCCESS;
}
Expand Down

0 comments on commit 838bd55

Please sign in to comment.