From 0341ff3ffa56628fbc99bee4b8af47273f8b3d66 Mon Sep 17 00:00:00 2001 From: Damien Arnodo Date: Sat, 15 Nov 2025 18:02:42 +0000 Subject: [PATCH] fix: Correct schema path from schemas to schema (singular) --- .infrahub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.infrahub.yml b/.infrahub.yml index 5c227fb..78e9b32 100644 --- a/.infrahub.yml +++ b/.infrahub.yml @@ -4,7 +4,7 @@ # Define where schemas are located schemas: - - infrahub/schemas/*.yml + - infrahub/schema/*.yml # Generator definitions generator_definitions: