docs: fix tilde paths in CLI output examples (#114595)

This commit is contained in:
Ali Adnan
2026-08-01 03:12:03 +05:00
committed by GitHub
parent 3972c41513
commit b6d9b38146
+2 -2
View File
@@ -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,