Skip to content

Commit

Permalink
fix: use LOCALBIN for opm install
Browse files Browse the repository at this point in the history
  • Loading branch information
redhatrises committed Jan 9, 2024
1 parent f83a5a9 commit aa5d588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ bundle-push: ## Push the bundle image.
$(MAKE) docker-push IMG=$(BUNDLE_IMG)

.PHONY: opm
OPM = ./bin/opm
OPM = $(LOCALBIN)/opm
opm: ## Download opm locally if necessary.
ifeq (,$(wildcard $(OPM)))
ifeq (,$(shell which opm 2>/dev/null))
Expand Down

0 comments on commit aa5d588

Please sign in to comment.