Skip to content

Commit

Permalink
fix install url
Browse files Browse the repository at this point in the history
Signed-off-by: dtfranz <dfranz@redhat.com>
  • Loading branch information
dtfranz committed Apr 4, 2023
1 parent 1a923af commit 202595b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ release:
## Installation
```bash
curl -L -s https://github.com/operator-framework/operator-controller/releases/download/{{ .Version }}/install.sh | bash -s
curl -L -s https://github.com/operator-framework/operator-controller/releases/download/{{ .Tag }}/install.sh | bash -s
```

0 comments on commit 202595b

Please sign in to comment.