Skip to content

Commit 6a9854e

Browse files
authored
Add missing "type": "string", for "bin-compat" config value
1 parent 72356ac commit 6a9854e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

res/satis-schema.json

+1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208
"description": "The cache max size for the files cache, defaults to \"300MiB\"."
209209
},
210210
"bin-compat": {
211+
"type": "string",
211212
"enum": ["auto", "full"],
212213
"description": "The compatibility of the binaries, defaults to \"auto\" (automatically guessed) and can be \"full\" (compatible with both Windows and Unix-based systems)."
213214
},

0 commit comments

Comments
 (0)