Skip to content

Commit

Permalink
Fix download link
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanualsi committed Sep 8, 2023
1 parent 6545065 commit 1499f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelogs/v0.11.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Benchtool is also not released as a part of this version.

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

# make it executable
$ chmod a+x "cortextool"
Expand Down

0 comments on commit 1499f5f

Please sign in to comment.