diff --git a/dittybopper/syncer/entrypoint.py b/dittybopper/syncer/entrypoint.py index f2bf23e..05919a8 100644 --- a/dittybopper/syncer/entrypoint.py +++ b/dittybopper/syncer/entrypoint.py @@ -106,7 +106,7 @@ def create_dashboards(self): if "tags" in dashboard_json.keys(): dashboard_json["tags"].append(self.git_commit_hash) else: - dashboard_json["tags"] = self.git_commit_hash + dashboard_json["tags"] = [self.git_commit_hash] try: response = requests.post( f"{self.grafana_url}/api/dashboards/db",