Skip to content

Commit

Permalink
Typo (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMiksch committed Jun 28, 2021
1 parent 0823f0c commit 1d9152f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GeoHealthCheck/notifications.py
Expand Up @@ -217,7 +217,7 @@ def do_webhook(config, resource, run, status_changed, result):

try:
r = requests.post(url, params)
LOGGER.info("webhook deployed, got %s as reposnse",
LOGGER.info("webhook deployed, got %s as response",
r)
except requests.exceptions.RequestException as err:
LOGGER.warning("cannot deploy webhook %s: %s",
Expand Down

0 comments on commit 1d9152f

Please sign in to comment.