Skip to content

Commit 22fb4fd

Browse files
committed
Minor change in import command
1 parent 2719e6e commit 22fb4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Command/ImportOperationsCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
4040
if ($persistedCount) {
4141
$io->success(\sprintf('Wrote %d new operations!', $persistedCount));
4242
} else {
43-
$io->comment('Nothing new to persist.');
43+
$io->warning('Nothing new to persist.');
4444
}
4545

4646
return 0;

0 commit comments

Comments
 (0)