Skip to content

Commit 3de5c63

Browse files
authored
Fix the catalogd run-latest-release make target running in the wrong directory. (#1667)
Signed-off-by: dtfranz <[email protected]>
1 parent 7ee4ced commit 3de5c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalogd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ pre-upgrade-setup:
115115

116116
.PHONY: run-latest-release
117117
run-latest-release:
118-
curl -L -s https://github.com/operator-framework/operator-controller/releases/latest/download/install.sh | bash -s
118+
cd ..; curl -L -s https://github.com/operator-framework/operator-controller/releases/latest/download/install.sh | bash -s
119119

120120
.PHONY: post-upgrade-checks
121121
post-upgrade-checks: $(GINKGO)

0 commit comments

Comments
 (0)