1
0
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:
Hillel Coren 2017-06-19 10:55:32 +03:00
parent db1a38f3da
commit 71ad4f2f6a

View File

@ -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')) {