Skip to content

Commit

Permalink
fix: remove trailing backtick in verify-config for Loki 3.0 (#13640)
Browse files Browse the repository at this point in the history
Co-authored-by: J Stickler <julie.stickler@grafana.com>
(cherry picked from commit 498f29a)
  • Loading branch information
mstrucken authored and grafana-delivery-bot[bot] committed Jul 24, 2024
1 parent 8c66ab1 commit c1888d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/setup/upgrade/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ If you would like to see if your existing configuration will work with Loki 3.0:
1. In an empty directory on your computer, copy you configuration into a file named `loki-config.yaml`.
1. Run this command from that directory:
```bash
docker run --rm -t -v "${PWD}":/config grafana/loki:3.0.0 -config.file=/config/loki-config.yaml -verify-config=true`
docker run --rm -t -v "${PWD}":/config grafana/loki:3.0.0 -config.file=/config/loki-config.yaml -verify-config=true
```

{{< admonition type="note" >}}
Expand Down

0 comments on commit c1888d2

Please sign in to comment.