Skip to content

Commit 493afea

Browse files
authored
Update condarc.json
1 parent 6b7d8d1 commit 493afea

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

schemas/condarc.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,14 @@
5959
}
6060
},
6161
"ssl_verify": {
62-
"type": "boolean"
62+
"oneOf": [
63+
{
64+
"type": "boolean"
65+
},
66+
{
67+
"type": "string"
68+
}
69+
]
6370
},
6471
"offline": {
6572
"type": "boolean"

0 commit comments

Comments
 (0)