mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-03 12:04:25 +02:00
Health: fix erronous method call
This commit is contained in:
parent
781a4db763
commit
78b5cfdbcb
@ -262,7 +262,7 @@ class Health
|
|||||||
} elseif ($latest->isPending()) {
|
} elseif ($latest->isPending()) {
|
||||||
$check->warn('The last Deployment succeeded');
|
$check->warn('The last Deployment succeeded');
|
||||||
} else {
|
} else {
|
||||||
$check->error('The last Deployment failed');
|
$check->fail('The last Deployment failed');
|
||||||
}
|
}
|
||||||
|
|
||||||
return $check;
|
return $check;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user