From 82fc98213a5711fd243d1a8174b27ef1e9c191f4 Mon Sep 17 00:00:00 2001 From: Sierra Taylor Moxon Date: Tue, 21 May 2024 16:27:24 -0400 Subject: [PATCH] remove unncessary change to yaml name --- python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/Makefile b/python/Makefile index 74f4829..d7c1e8d 100644 --- a/python/Makefile +++ b/python/Makefile @@ -42,7 +42,7 @@ f-%: tests/data/f-%.ttl python ./gocam_validator.py $< && exit -1 || echo FAILED AS EXPECTED gen-python: - rm -f shex_json_linkml.py && gen-python schema/shex_term_metadata_json_linkml.yaml > shex_terms_metadata_json_linkml.py + rm -f shex_json_linkml.py && gen-python schema/shex_term_metadata_json_linkml.yaml > shex_term_metadata_json_linkml.py #gen-pydantic: # rm -f shex_json_linkml.py && gen-pydantic schema/shex_json_linkml.yaml > shex_json_linkml.py