Skip to content

Commit 3f40618

Browse files
author
Eric Stroczynski
authored
[v1.5.x] Update _index.md (#4770) (#4778)
Add 'download/' to the OPERATOR_SDK_DL_URL Signed-off-by: Brad P. Crochet <[email protected]>
1 parent 6b2a456 commit 3f40618

File tree

1 file changed

+1
-1
lines changed
  • website/content/en/docs/installation

1 file changed

+1
-1
lines changed

website/content/en/docs/installation/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export OS=$(uname | awk '{print tolower($0)}')
3636
Download the binary for your platform:
3737

3838
```sh
39-
export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/v1.5.1
39+
export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.5.1
4040
curl -LO ${OPERATOR_SDK_DL_URL}/operator-sdk_${OS}_${ARCH}
4141
```
4242

0 commit comments

Comments
 (0)