Skip to content

Commit 3946957

Browse files
fix: remove trailing backtick in verify-config for Loki 3.0 (#13640)
Co-authored-by: J Stickler <[email protected]> (cherry picked from commit 498f29a)
1 parent d082c07 commit 3946957

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)