This commit is contained in:
Gregor Kleen 2019-05-26 13:40:03 +02:00
parent 679fb7cf9b
commit 4a621cbb2f

View File

@ -438,7 +438,7 @@ appMain = runResourceT $ do
Nothing -> retry
Just rs -> do
let status = ofoldMap1 (Max *** Min . healthReportStatus) rs
guard $ maybe True (/= status) pStatus
guard $ pStatus /= Just status
return status
]