Skip to content

Commit ecddd1e

Browse files
authored
chore: Correct spec.json path in gen-client workflow URL
1 parent b7d90c1 commit ecddd1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gen-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
curl --fail-with-body --silent --show-error --location \
3737
-H "Authorization: token ${GH_TOKEN}" \
38-
https://raw.githubusercontent.com/cloudquery/platform/main/platform/api/servergen/spec.json \
38+
https://raw.githubusercontent.com/cloudquery/platform/main/api/servergen/spec.json \
3939
-o spec.json
4040
4141
- name: Validate spec

0 commit comments

Comments
 (0)