Commit b6424823 authored by Linshizhi's avatar Linshizhi

Bug fix

parent a3bdeb63
Pipeline #32120 canceled with stages
......@@ -73,7 +73,7 @@ onSuccess mi = do
current <- getCurrentTime
if not $ status mi
then do let cmd = buildCMD (url mi) ("Api has recovered: " ++ url mi)
then do let cmd = buildCMD webHook ("Api has recovered: " ++ url mi)
system cmd >> return (MI (url mi) True current)
else return mi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment