From ec0124cae24e83a6cc39c03d117ae329fb546dc2 Mon Sep 17 00:00:00 2001 From: Michael Strucken <40421367+mstrucken@users.noreply.github.com> Date: Wed, 24 Jul 2024 12:47:32 +0200 Subject: [PATCH] Remove trailing backtick in verify-config for Loki 3.0 --- docs/sources/setup/upgrade/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup/upgrade/_index.md b/docs/sources/setup/upgrade/_index.md index b98063ff30f4b..812544ce43a9c 100644 --- a/docs/sources/setup/upgrade/_index.md +++ b/docs/sources/setup/upgrade/_index.md @@ -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" >}}