Skip to content

Commit

Permalink
Merge branch 'master' into makefile-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
krishvoor authored Nov 29, 2023
2 parents 454ce86 + 029a935 commit 1421817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dittybopper/syncer/entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class GrafanaOperations:
def __init__(self, grafana_url: str, input_directory: str, git_commit_hash: str):
self.grafana_url = grafana_url
self.input_directory = input_directory
self.git_commit_hash = git_commit_hash
self.git_commit_hash = git_commit_hash if git_commit_hash else ''
self.dashboards = defaultdict(list)
self.folder_map = dict()
self.logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 1421817

Please sign in to comment.