Skip to content

Commit 20703af

Browse files
chore: [release-3.0.x] fix: remove trailing backtick in verify-config for Loki 3.0 (#13647)
Co-authored-by: Michael Strucken <[email protected]>
1 parent 8c66ab1 commit 20703af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/setup/upgrade/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If you would like to see if your existing configuration will work with Loki 3.0:
5959
1. In an empty directory on your computer, copy you configuration into a file named `loki-config.yaml`.
6060
1. Run this command from that directory:
6161
```bash
62-
docker run --rm -t -v "${PWD}":/config grafana/loki:3.0.0 -config.file=/config/loki-config.yaml -verify-config=true`
62+
docker run --rm -t -v "${PWD}":/config grafana/loki:3.0.0 -config.file=/config/loki-config.yaml -verify-config=true
6363
```
6464

6565
{{< admonition type="note" >}}

0 commit comments

Comments
 (0)