Skip to content

Commit f055efc

Browse files
Issue #1604: Update catalogd Makefile (#1659)
Updating the make file to use operator-controller/releases/latest/download/install.sh Fixes #1604 Signed-off-by: Lalatendu Mohanty <[email protected]>
1 parent 158d974 commit f055efc

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/catalogd/releases/latest/download/install.sh | bash -s
118+
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)