mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
queit -> quiet (#14163)
This commit is contained in:
@@ -66,7 +66,7 @@ class Updates extends BaseValidation
|
||||
$remote_ver = Version::get()->remoteCommit();
|
||||
if ($local_ver['sha'] != ($remote_ver['sha'] ?? null)) {
|
||||
if (empty($local_ver['date'])) {
|
||||
$process = new Process(['git', 'show', '--queit', '--pretty=%H|%ct'], base_path());
|
||||
$process = new Process(['git', 'show', '--quiet', '--pretty=%H|%ct'], base_path());
|
||||
$process->run();
|
||||
$error = rtrim($process->getErrorOutput());
|
||||
|
||||
|
Reference in New Issue
Block a user