mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Clarify init-lookup output
This commit is contained in:
parent
e7ec70119a
commit
e3d89994c9
@ -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