Skip to content

Commit 8496642

Browse files
Merge pull request #385 from stakater/update-makefile
Update Makefile
2 parents 2222929 + 6434175 commit 8496642

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ TMP_DIR=$$(mktemp -d) ;\
135135
cd $$TMP_DIR ;\
136136
go mod init tmp ;\
137137
echo "Downloading $(2)" ;\
138-
GOBIN=$(PROJECT_DIR)/bin go get $(2) ;\
138+
GOBIN=$(PROJECT_DIR)/bin go install $(2) ;\
139139
rm -rf $$TMP_DIR ;\
140140
}
141141
endef
@@ -213,4 +213,4 @@ bump-chart-operator:
213213
bump-chart: bump-chart-operator
214214

215215
generate-crds: controller-gen
216-
$(CONTROLLER_GEN) crd paths="./..." output:crd:artifacts:config=charts/ingressmonitorcontroller/crds
216+
$(CONTROLLER_GEN) crd paths="./..." output:crd:artifacts:config=charts/ingressmonitorcontroller/crds

0 commit comments

Comments
 (0)