Skip to content

Commit 4283dbe

Browse files
committed
fix(devenv): OS in cmctl make target
Signed-off-by: Alessio Pragliola <[email protected]>
1 parent d420826 commit 4283dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspaces/controller/devenv/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ CMCTL_VERSION := 2.1.1
4343
.PHONY: $(CMCTL)
4444
cmctl: $(CMCTL)
4545
$(CMCTL): $(LOCALBIN)
46-
test -s $(LOCALBIN)/cmctl || curl -fsSL https://github.com/cert-manager/cmctl/releases/download/v$(CMCTL_VERSION)/cmctl_$(detected_OS)_$(goarch).tar.gz | tar -xz -C $(LOCALBIN) cmctl
46+
test -s $(LOCALBIN)/cmctl || curl -fsSL https://github.com/cert-manager/cmctl/releases/download/v$(CMCTL_VERSION)/cmctl_$(real_OS)_$(goarch).tar.gz | tar -xz -C $(LOCALBIN) cmctl
4747

4848
.PHONY: tilt
4949
.PHONY: $(TILT)

0 commit comments

Comments
 (0)