mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
Sigh. Typo
This commit is contained in:
parent
66ccf4da03
commit
ea68ff1284
|
@ -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++;
|
||||||
|
|
Loading…
Reference in a new issue