From 378f560fb589be77f5014beb03e56755d3841a95 Mon Sep 17 00:00:00 2001 From: ChristianZaccaria Date: Wed, 12 Jun 2024 11:05:53 +0100 Subject: [PATCH] Test auto-merge commit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 203b02d17..8525ca93b 100644 --- a/Makefile +++ b/Makefile @@ -292,7 +292,7 @@ $(OPENSHIFT-GOIMPORTS): $(LOCALBIN) OPERATOR_SDK_DL_URL := https://github.com/operator-framework/operator-sdk/releases/download/$(OPERATOR_SDK_VERSION) .PHONY: install-operator-sdk -install-operator-sdk: $(OPERATOR_SDK) ## Download fixed version operator-sdk binary for consist outcome +install-operator-sdk: $(OPERATOR_SDK) ## Download fixed version operator-sdk binary for consist outcome. $(OPERATOR_SDK): $(LOCALBIN) curl -L $(OPERATOR_SDK_DL_URL)/operator-sdk_$(shell go env GOOS)_$(shell go env GOARCH) --output $(LOCALBIN)/operator-sdk chmod +x $(OPERATOR_SDK)