mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-19 02:52:44 +00:00
Warn, not info.
This commit is contained in:
@@ -64,7 +64,7 @@ class BackToJournals extends Command
|
|||||||
$this->error('Please run firefly-iii:migrate-to-groups first.');
|
$this->error('Please run firefly-iii:migrate-to-groups first.');
|
||||||
}
|
}
|
||||||
if ($this->isExecuted() && true !== $this->option('force')) {
|
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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user