Sigh. Typo

This commit is contained in:
snipe 2020-11-10 06:51:40 -08:00
parent 66ccf4da03
commit ea68ff1284

View file

@ -84,7 +84,7 @@ class FixMismatchedAssetsAndLogs extends Command
if ($asset->save()) { if ($asset->save()) {
$this->info('Asset record updated.'); $this->info('Asset record updated.');
} else { } else {
$this->errro('Error updating asset: '.$asset->getErrors()); $this->error('Error updating asset: '.$asset->getErrors());
} }
} }
$mismatch_count++; $mismatch_count++;