Skip to content

Commit 24cd513

Browse files
committed
Merge branch 'master' into develop
2 parents 98bfc4d + 9d5baf4 commit 24cd513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/healthcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ def ten_minutes(self, event):
1313
try:
1414
utils.http.request(url)
1515
except Exception as e:
16-
self.log.error("Failed to cal healthcheck-url (%s)", [url],
16+
self.log.error("Failed to call healthcheck-url (%s)", [url],
1717
exc_info=True)

0 commit comments

Comments
 (0)