1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Clarify init-lookup output

This commit is contained in:
Hillel Coren 2017-06-19 10:55:02 +03:00
parent e7ec70119a
commit e3d89994c9

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