fix: path not allowed on the configured scope

This commit is contained in:
lencx
2022-12-23 21:30:08 +08:00
parent e4e56c7dbb
commit 11e07e87d4
4 changed files with 8 additions and 8 deletions

View File

@@ -22,7 +22,7 @@
"fs": {
"all": true,
"scope": [
"$HOME/.chatgpt/*"
"$HOME/**"
]
}
},