Switch around text [skip ci]

This commit is contained in:
James Cole 2019-08-06 05:42:15 +02:00
parent efc6b0e45a
commit 8bcf8095a9
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E

View File

@ -60,7 +60,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 been executed already.');
$this->info('This command has already been executed.');
return 0;
}