mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
docs: fix tilde paths in CLI output examples (#114595)
This commit is contained in:
+2
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user