Skip to content

Commit 60c4cc5

Browse files
Test auto-merge commit
1 parent 9d68d62 commit 60c4cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ $(OPENSHIFT-GOIMPORTS): $(LOCALBIN)
292292

293293
OPERATOR_SDK_DL_URL := https://github.com/operator-framework/operator-sdk/releases/download/$(OPERATOR_SDK_VERSION)
294294
.PHONY: install-operator-sdk
295-
install-operator-sdk: $(OPERATOR_SDK) ## Download fixed version operator-sdk binary for consist outcome
295+
install-operator-sdk: $(OPERATOR_SDK) ## Download fixed version operator-sdk binary for consist outcome.
296296
$(OPERATOR_SDK): $(LOCALBIN)
297297
curl -L $(OPERATOR_SDK_DL_URL)/operator-sdk_$(shell go env GOOS)_$(shell go env GOARCH) --output $(LOCALBIN)/operator-sdk
298298
chmod +x $(OPERATOR_SDK)

0 commit comments

Comments
 (0)