mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
chore: fix command output
This commit is contained in:
@@ -64,7 +64,7 @@ class MigrateRecurrenceMeta extends Command
|
||||
public function handle(): int
|
||||
{
|
||||
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