diff --git a/app/Console/Commands/FixMismatchedAssetsAndLogs.php b/app/Console/Commands/FixMismatchedAssetsAndLogs.php index ef58cbc941..526cb8a8a8 100644 --- a/app/Console/Commands/FixMismatchedAssetsAndLogs.php +++ b/app/Console/Commands/FixMismatchedAssetsAndLogs.php @@ -84,7 +84,7 @@ class FixMismatchedAssetsAndLogs extends Command if ($asset->save()) { $this->info('Asset record updated.'); } else { - $this->errro('Error updating asset: '.$asset->getErrors()); + $this->error('Error updating asset: '.$asset->getErrors()); } } $mismatch_count++;