Skip to content

Commit

Permalink
Minor change in import command
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Dec 23, 2019
1 parent 2719e6e commit 22fb4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/ImportOperationsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
if ($persistedCount) {
$io->success(\sprintf('Wrote %d new operations!', $persistedCount));
} else {
$io->comment('Nothing new to persist.');
$io->warning('Nothing new to persist.');
}

return 0;
Expand Down

0 comments on commit 22fb4fd

Please sign in to comment.