We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1230950 commit 1fae3c3Copy full SHA for 1fae3c3
modules/healthcheck.py
@@ -13,5 +13,5 @@ def ten_minutes(self, event):
13
try:
14
utils.http.request(url)
15
except Exception as e:
16
- self.log.error("Failed to cal healthcheck-url (%s)", [url],
+ self.log.error("Failed to call healthcheck-url (%s)", [url],
17
exc_info=True)
0 commit comments