Fix GitHub regex

This commit is contained in:
Vladan Popovic 2020-09-09 00:38:15 +02:00
parent 0cf6670618
commit ec959114f3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ sites:
regex: "domain" regex: "domain"
check_interval: 17 check_interval: 17
- url: "https://github.com/status" - url: "https://github.com/status"
regex: "^Github lives!.*" regex: "^GitHub lives!.*"
check_interval: 31 check_interval: 31
- url: "https://medium.com/status" - url: "https://medium.com/status"
check_interval: 11 check_interval: 11