1
0
Fork 0

Removed unnecessary type in the JSON schema

pull/3704/head
Kocsis Máté 2015-10-02 20:29:52 +02:00
parent 87c16073ec
commit 1bfb4faac6
1 changed files with 0 additions and 1 deletions

View File

@ -187,7 +187,6 @@
"description": "The cache max size for the files cache, defaults to \"300MiB\"."
},
"bin-compat": {
"type": "string",
"enum": ["auto", "nosymlink", "full"],
"description": "The compatibility of the binaries, defaults to \"auto\" (automatically guessed) and can be \"nosymlink\" (compatible with Unix-based systems) or \"full\" (compatible with both Windows and Unix-based systems)."
},