Skip to content

Commit

Permalink
Merge pull request #208 from relaytheurgency/patch-1
Browse files Browse the repository at this point in the history
Update alert-rules key to match convention set in cli.py
  • Loading branch information
acjohnson authored Apr 20, 2023
2 parents 9e8baa8 + 202b03f commit d6af94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana_backup/save.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def main(args, settings):
'library-elements': save_library_elements,
'teams': save_teams,
'team-members': save_team_members,
'save-alert-rules': save_alert_rules}
'alert-rules': save_alert_rules}

(status, json_resp, dashboard_uid_support, datasource_uid_support, paging_support) = api_checks(settings)

Expand Down

0 comments on commit d6af94a

Please sign in to comment.