Skip to content

Commit

Permalink
chore: [release-3.0.x] fix: remove trailing backtick in verify-config…
Browse files Browse the repository at this point in the history
… for Loki 3.0 (#13647)

Co-authored-by: Michael Strucken <40421367+mstrucken@users.noreply.github.com>
  • Loading branch information
grafanabot and mstrucken authored Jul 24, 2024
1 parent 8c66ab1 commit 20703af
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 20703af

Please sign in to comment.