From ec959114f3b6ffc98f739071f272337ed2f55f91 Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Wed, 9 Sep 2020 00:38:15 +0200 Subject: [PATCH] Fix GitHub regex --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 1152d81..79c7787 100644 --- a/config.yaml +++ b/config.yaml @@ -19,7 +19,7 @@ sites: regex: "domain" check_interval: 17 - url: "https://github.com/status" - regex: "^Github lives!.*" + regex: "^GitHub lives!.*" check_interval: 31 - url: "https://medium.com/status" check_interval: 11