Skip to content

Commit 1499f5f

Browse files
committed
Fix download link
1 parent 6545065 commit 1499f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelogs/v0.11.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Benchtool is also not released as a part of this version.
1717

1818
```console
1919
# download the binary (adapt os and arch as needed)
20-
$ curl -fSL -o "cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.11.0/cortextool_0.11.0_linux_x86_64"
20+
$ curl -fSL -o "cortextool" "https://github.com/grafana/cortex-tools/releases/download/v0.11.0/cortextool_v0.11.0_Linux_x86_64"
2121

2222
# make it executable
2323
$ chmod a+x "cortextool"

0 commit comments

Comments
 (0)