mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 15:44:33 -04: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->logMessage('Results: ' . ($this->isValid ? RESULT_SUCCESS : RESULT_FAILURE));
|
||||||
$this->info('Valid: ' . ($this->isValid ? RESULT_SUCCESS : RESULT_FAILURE));
|
|
||||||
|
|
||||||
if ($this->option('validate')) {
|
if ($this->option('validate')) {
|
||||||
if ($errorEmail = env('ERROR_EMAIL')) {
|
if ($errorEmail = env('ERROR_EMAIL')) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user