Skip to content

Commit

Permalink
fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
dtfranz committed Apr 4, 2023
1 parent 4d93565 commit 1a923af
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 {{ .Env.OLM_V1_VERSION }}
curl -L -s https://github.com/operator-framework/operator-controller/releases/download/{{ .Version }}/install.sh | bash -s
```

0 comments on commit 1a923af

Please sign in to comment.