From f591a9635eb2d29246de988d517f6fd6f8c7dcf7 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Fri, 7 Nov 2025 16:24:42 -0700 Subject: [PATCH] docs: Fixed a typo in the Vault documentation --- docs/VAULT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/VAULT.md b/docs/VAULT.md index e92c192..2962cc2 100644 --- a/docs/VAULT.md +++ b/docs/VAULT.md @@ -121,7 +121,7 @@ Note that all paths are relative to the Loki configuration directory. The direct running ```shell -dirname $(loki --info | grep config_file | awk '{print $2}') +loki --info | grep config_dir | awk '{print $2}' ``` ## Environment Variable Secret Injection in Agents