Skip to content

Commit 3a8087a

Browse files
Issue #1604: Update catalogd Makefile
Updating the make file to use operator-controller/releases/latest/download/install.sh Fixes #1604 Signed-off-by: Lalatendu Mohanty <lmohanty@redhat.com>
1 parent e667390 commit 3a8087a

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)