summaryrefslogtreecommitdiffstats
path: root/schema
diff options
context:
space:
mode:
authorEmre Deger <ben@emre.dev>2023-12-15 07:23:28 +0300
committerEmre Deger <ben@emre.dev>2023-12-15 07:29:48 +0300
commit79e04fad9a30e3068d2658f897213e55dc4631ec (patch)
tree9260e6a4e6761c95a111893f1b970cb15d30495f /schema
parent6778bc04a39b83ba7f10580e3e4fecfa4c0173bb (diff)
fix(config): add yaml struct tag to `CustomCommandPrompt.[]Options`
add `yaml` struct tag for fixing uppercase issue on json schema
Diffstat (limited to 'schema')
-rw-r--r--schema/config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/config.json b/schema/config.json
index 51b7439cb..186ca2576 100644
--- a/schema/config.json
+++ b/schema/config.json
@@ -1378,7 +1378,7 @@
"Are you sure you want to push to the remote?"
]
},
- "Options": {
+ "options": {
"items": {
"properties": {
"name": {