Skip to content

Commit

Permalink
Fix promtail releases download link
Browse files Browse the repository at this point in the history
  • Loading branch information
obitech authored and sandeepsukhani committed Nov 14, 2019
1 parent a1901e2 commit 2739551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/clients/promtail/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Every Loki release includes binaries for Promtail:
```bash
# download a binary (modify app, os, and arch as needed)
# Installs v0.4.0. Go to the releases page for the latest version
$ curl -fSL -o "/usr/local/bin/promtail.gz" "https://github.com/grafana/loki/releases/download/v0.4.0/promtail_linux_amd64.gz"
$ curl -fSL -o "/usr/local/bin/promtail.gz" "https://github.com/grafana/loki/releases/download/v0.4.0/promtail-linux-amd64.gz"
$ gunzip "/usr/local/bin/promtail.gz"

# make sure it is executable
Expand Down

0 comments on commit 2739551

Please sign in to comment.