Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 7, 2024
1 parent af4f2c0 commit 2d2941f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def main():
grafana_token,
no_tls_verify=args.no_tls_verify,
)
folder = ensure_folder(args.folder_name, args.folder_uid, api)
ensure_folder(args.folder_name, args.folder_uid, api)

for dashboard in glob(f'{args.dashboards_dir}/*.jsonnet'):
deploy_dashboard(dashboard, args.folder_uid, api)
Expand Down

0 comments on commit 2d2941f

Please sign in to comment.