diff --git a/app/Console/Commands/InitLookup.php b/app/Console/Commands/InitLookup.php index 715a33c7f3..aa52ec4f4a 100644 --- a/app/Console/Commands/InitLookup.php +++ b/app/Console/Commands/InitLookup.php @@ -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')) {