Skip to content

Commit 9ae0494

Browse files
[v1.6.x] Update _index.md (#4777)
Add 'download/' to the OPERATOR_SDK_DL_URL Signed-off-by: Brad P. Crochet <[email protected]>
1 parent e6981d8 commit 9ae0494

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.6.1
39+
export OPERATOR_SDK_DL_URL=https://github.com/operator-framework/operator-sdk/releases/download/v1.6.1
4040
curl -LO ${OPERATOR_SDK_DL_URL}/operator-sdk_${OS}_${ARCH}
4141
```
4242

0 commit comments

Comments
 (0)