mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
chore: fix command output
This commit is contained in:
@@ -79,7 +79,7 @@ class MigrateToRules extends Command
|
||||
|
||||
|
||||
if ($this->isExecuted() && true !== $this->option('force')) {
|
||||
$this->warn('Correct: this command has already been executed.');
|
||||
$this->info('Correct: this command has already been executed.');
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user