CI: Fix path for ./pkg/kindsys/report.go on Makefile (#76891)

This commit is contained in:
Guilherme Caulada
2023-10-20 12:25:19 -03:00
committed by GitHub
parent 438200c50d
commit 913d99983f
+1 -1
View File
@@ -106,7 +106,7 @@ gen-cue: ## Do all CUE/Thema code generation
go generate ./pkg/plugins/plugindef
go generate ./kinds/gen.go
go generate ./public/app/plugins/gen.go
# go generate ./pkg/kindsysreport/codegen/report.go
go generate ./pkg/kindsys/report.go
gen-go: $(WIRE)
@echo "generate go files"