fix: schema-generate should point to `function.go` (#677)

Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
This commit is contained in:
Zbynek Roubalik 2021-11-29 14:36:04 +01:00 committed by GitHub
parent a7f0374c04
commit c7d18c89ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ $(BIN_WINDOWS): pkged.go
##@ Schemas
######################
schema-generate: schema/func_yaml-schema.json ## Generate func.yaml schema
schema/func_yaml-schema.json: config.go
schema/func_yaml-schema.json: function.go
go run schema/generator/main.go
schema-check: ## Check that func.yaml schema is up-to-date