From b6d9b38146c7be78fb2b3678e7f42ca0130d369d Mon Sep 17 00:00:00 2001 From: Ali Adnan <165782963+AAliKKhan@users.noreply.github.com> Date: Sat, 1 Aug 2026 03:12:03 +0500 Subject: [PATCH] docs: fix tilde paths in CLI output examples (#114595) --- docs/cli/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli/config.md b/docs/cli/config.md index 6c6851af9e08..2d45f205d014 100644 --- a/docs/cli/config.md +++ b/docs/cli/config.md @@ -381,7 +381,7 @@ openclaw config set channels.discord.token \ { "ok": true, "operations": 1, - "configPath": "~/.openclaw/openclaw.json", + "configPath": "/home/user/.openclaw/openclaw.json", "inputModes": ["builder"], "checks": { "schema": false, @@ -398,7 +398,7 @@ openclaw config set channels.discord.token \ { "ok": false, "operations": 1, - "configPath": "~/.openclaw/openclaw.json", + "configPath": "/home/user/.openclaw/openclaw.json", "inputModes": ["builder"], "checks": { "schema": false,