Skip to content

Commit d1596b7

Browse files
authored
updated the schema (#60)
Signed-off-by: Alex Jones <[email protected]>
1 parent cbdf3e8 commit d1596b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ update-flagd:
4949
./hack/update-flagd.sh ${FLAGD_VERSION}
5050
.PHONY: generate
5151
generate: update-flagd controller-gen ## Generate code containing DeepCopy, DeepCopyInto, and DeepCopyObject method implementations.
52-
cp schemas/json-schema/flagd-definitions.json pkg/utils/flagd-definitions.json
52+
cp schemas/json/flagd-definitions.json pkg/utils/flagd-definitions.json
5353
$(CONTROLLER_GEN) object:headerFile="hack/boilerplate.go.txt" paths="./..."
5454

5555
.PHONY: fmt

schemas

0 commit comments

Comments
 (0)