File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,10 +227,10 @@ endif
227
227
setup-envtest : $(SETUP_ENVTEST ) # Build setup-envtest from tools folder
228
228
@if [ $( shell go env GOOS) == " darwin" ]; then \
229
229
$(eval KUBEBUILDER_ASSETS := $(shell $(SETUP_ENVTEST ) use --use-env -p path --arch amd64 $(KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ) ) ) \
230
- echo " kube-builder assets set using darwin OS" ; \
230
+ echo " kube-builder assets set using darwin OS at location $( KUBEBUILDER_ASSETS ) " ; \
231
231
else \
232
232
$(eval KUBEBUILDER_ASSETS := $(shell $(SETUP_ENVTEST ) use --use-env -p path $(KUBEBUILDER_ENVTEST_KUBERNETES_VERSION ) ) ) \
233
- echo " kube-builder assets set using other OS" ; \
233
+ echo " kube-builder assets set using other OS at location $( KUBEBUILDER_ASSETS ) " ; \
234
234
fi
235
235
236
236
# Run unit tests
You can’t perform that action at this time.
0 commit comments