Skip to content

Commit 49ae16b

Browse files
vepatelpdabelf5
andauthored
Update Makefile
Co-authored-by: Paul Abel <[email protected]> Signed-off-by: Venktesh Shivam Patel <[email protected]>
1 parent 950468c commit 49ae16b

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
@@ -99,7 +99,7 @@ update-crds: ## Update CRDs
9999
kustomize build config/crd >deploy/crds.yaml
100100
kustomize build config/crd/app-protect-dos --load-restrictor='LoadRestrictionsNone' >deploy/crds-nap-dos.yaml
101101
kustomize build config/crd/app-protect-waf --load-restrictor='LoadRestrictionsNone' >deploy/crds-nap-waf.yaml
102-
make update-crd-docs
102+
$(MAKE) update-crd-docs
103103

104104
.PHONY: telemetry-schema
105105
telemetry-schema: ## Generate the telemetry Schema

0 commit comments

Comments
 (0)