[@spackbot] updating style on behalf of becker33

This commit is contained in:
becker33 2023-03-30 19:39:57 +00:00 committed by Gregory Becker
parent 9a1e9574aa
commit e6c34d39ba

View File

@ -111,14 +111,20 @@
"type": "array",
"items": {"type": "string"},
},
"update_method": {"anyOf": [
{"type": "string",
"pattern": "(symlink|exchange)",
},
{"type": "array",
"items": {"type": "string", "pattern": "(symlink|exchange)"}
},
],
"update_method": {
"anyOf": [
{
"type": "string",
"pattern": "(symlink|exchange)",
},
{
"type": "array",
"items": {
"type": "string",
"pattern": "(symlink|exchange)",
},
},
]
},
"projections": projections_scheme,
},