Skip to content

Commit

Permalink
missed an instance of us
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Aug 18, 2023
1 parent fba3919 commit 4578fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cluster_http_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cluster_id = os.getenv("TEST_PECO_CLUSTER_ID")
uc_cluster_id = os.getenv("TEST_PECO_UC_CLUSTER_ID")
http_path = f"sql/protocolv1/o/{workspace_id}/{cluster_id}"
uc_http_path = f"sql/protocolv1/o/{workspace_id}/{cluster_id}"
uc_http_path = f"sql/protocolv1/o/{workspace_id}/{uc_cluster_id}"

# https://stackoverflow.com/a/72225291/5093960
env_file = os.getenv("GITHUB_ENV")
Expand Down

0 comments on commit 4578fcf

Please sign in to comment.