Skip to content

Commit 8972336

Browse files
authored
Update Makefile
Signed-off-by: Todd Baert <[email protected]>
1 parent bb4e2dc commit 8972336

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
@@ -127,7 +127,7 @@ generate-proto-docs: pull-schemas-submodule
127127
&& rm -f ${PWD}/$(DOCS_DIR)/reference/specifications/protos-with-toc.md
128128

129129
# update or add the publicly served schema at https://flagd.dev/schema/${JSON_SCHEMA_VERSION}/flags.json
130-
# update JSON_SCHEMA_VERSION var at the top of this file with a the version to be updated or addeds
130+
# update JSON_SCHEMA_VERSION var at the top of this file with the version to be updated or added and served publicly
131131
.PHONY: update-public-schema
132132
update-public-schema: pull-schemas-submodule
133133
rm -rf ./$(PUBLIC_JSON_SCHEMA_DIR) || true

0 commit comments

Comments
 (0)