Skip to content

Commit

Permalink
chore: version ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Jun 27, 2024
1 parent 0c3138f commit 820c50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/grafana_notification_channel.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ def __init__(self, module):
if grafana_version["major"] >= 11:
self._module.fail_json(
failed=True,
msg="Legacy Alerting API is available up to Grafana v11",
msg="Legacy Alerting API is available up to Grafana v10",
)

def get_version(self):
Expand Down

0 comments on commit 820c50e

Please sign in to comment.