Skip to content

Commit 58b844f

Browse files
committed
fix(oas-download): Update OpenAPI specification URL to correct repository path
Signed-off-by: Eden Reich <eden.reich@gmail.com>
1 parent 0f3cb49 commit 58b844f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ tasks:
55
oas-download:
66
desc: Download OpenAPI specification
77
cmds:
8-
- curl -o openapi.yaml https://raw.githubusercontent.com/inference-gateway/inference-gateway/refs/heads/main/openapi.yaml
8+
- curl -o openapi.yaml https://raw.githubusercontent.com/inference-gateway/schemas/refs/heads/main/openapi.yaml
99

1010
lint:
1111
desc: Lint the SDK

0 commit comments

Comments
 (0)