Warn, not info.

This commit is contained in:
James Cole
2021-05-02 06:40:36 +02:00
parent 8f6655f85e
commit e5736c822d

View File

@@ -64,7 +64,7 @@ class BackToJournals extends Command
$this->error('Please run firefly-iii:migrate-to-groups first.');
}
if ($this->isExecuted() && true !== $this->option('force')) {
$this->info('This command has already been executed.');
$this->warn('This command has already been executed.');
return 0;
}