Skip to content

Commit 678dc1b

Browse files
Use hack/boilerplate.go.txt from root and remove duplication
1 parent cb4cd55 commit 678dc1b

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

catalogd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ clean: ## Remove binaries and test artifacts
6969

7070
.PHONY: generate
7171
generate: $(CONTROLLER_GEN) ## Generate code and manifests.
72-
$(CONTROLLER_GEN) object:headerFile="hack/boilerplate.go.txt" paths="./..."
72+
$(CONTROLLER_GEN) object:headerFile="../hack/boilerplate.go.txt" paths="./..."
7373
$(CONTROLLER_GEN) rbac:roleName=manager-role crd webhook paths="./..." output:crd:artifacts:config=config/base/crd/bases output:rbac:artifacts:config=config/base/rbac output:webhook:artifacts:config=config/base/manager/webhook/
7474

7575
.PHONY: bingo-upgrade

catalogd/hack/boilerplate.go.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)