Skip to content

Commit 202595b

Browse files
committed
fix install url
Signed-off-by: dtfranz <[email protected]>
1 parent 1a923af commit 202595b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ release:
6464
## Installation
6565
6666
```bash
67-
curl -L -s https://github.com/operator-framework/operator-controller/releases/download/{{ .Version }}/install.sh | bash -s
67+
curl -L -s https://github.com/operator-framework/operator-controller/releases/download/{{ .Tag }}/install.sh | bash -s
6868
```

0 commit comments

Comments
 (0)