mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Clarify init-lookup output
This commit is contained in:
parent
db1a38f3da
commit
71ad4f2f6a
@ -72,8 +72,7 @@ class InitLookup extends Command
|
||||
}
|
||||
}
|
||||
|
||||
$this->info($this->log);
|
||||
$this->info('Valid: ' . ($this->isValid ? RESULT_SUCCESS : RESULT_FAILURE));
|
||||
$this->logMessage('Results: ' . ($this->isValid ? RESULT_SUCCESS : RESULT_FAILURE));
|
||||
|
||||
if ($this->option('validate')) {
|
||||
if ($errorEmail = env('ERROR_EMAIL')) {
|
||||
|
Loading…
Reference in New Issue
Block a user