Skip to content

Commit

Permalink
Remove trailing backtick in verify-config for Loki 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrucken authored Jul 24, 2024
1 parent 8cb19a2 commit ec0124c
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 @@ -69,7 +69,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 ec0124c

Please sign in to comment.