Skip to content

Commit aeb650a

Browse files
NPA-3897: Corrected path
1 parent 42d969c commit aeb650a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ schema-related-person:
111111
done
112112

113113
schema-questionnaire:
114-
@for file in specification/examples/responses/POST_Questionnaireresponse/*.yaml; do \
114+
@for file in specification/examples/responses/POST_QuestionnaireResponse/*.yaml; do \
115115
echo "Processing $$file"; \
116116
poetry run python scripts/validate_schema.py operationoutcome "$$(realpath $$file)"; \
117117
echo -e "$(GREEN)Success!$(RESET)"; \

0 commit comments

Comments
 (0)