From 5d8302d688419a102b7d8fc93a9d35f2bac25d84 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 18 Jan 2024 11:26:37 -0500 Subject: [PATCH] Update output file path in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d732381..23f7d55 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ gen-model: fetch-v2-schema --input-file-type jsonschema \ --collapse-root-models \ --output-model-type pydantic_v2.BaseModel \ - --output neon_client/jsonschema.py \ + --output neon_client/schema.py \ --use-standard-collections \ --output-model-type pydantic_v2.BaseModel \ --input-file-type openapi \