mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-26 11:34:04 -08:00
chore: fix type in schema.json for enable_hyperlink
string was set instead of boolean
This commit is contained in:
parent
866c44e42d
commit
f0558bbb8c
|
@ -946,7 +946,7 @@
|
|||
"default": true
|
||||
},
|
||||
"enable_hyperlink": {
|
||||
"type": "string",
|
||||
"type": "boolean",
|
||||
"title": "Enable hyperlink",
|
||||
"description": "Displays an hyperlink for the current path",
|
||||
"default": false
|
||||
|
|
Loading…
Reference in a new issue