forked from p15670423/monkey
Post breach typo in configuration_schema fix
This commit is contained in:
parent
749c37f647
commit
cdf65ae097
|
@ -140,7 +140,7 @@ SCHEMA = {
|
|||
},
|
||||
],
|
||||
},
|
||||
"post_breach_acts": {
|
||||
"post_breach_actions": {
|
||||
"title": "Post breach actions",
|
||||
"type": "string",
|
||||
"anyOf": [
|
||||
|
@ -375,7 +375,7 @@ SCHEMA = {
|
|||
"type": "array",
|
||||
"uniqueItems": True,
|
||||
"items": {
|
||||
"$ref": "#/definitions/post_breach_acts"
|
||||
"$ref": "#/definitions/post_breach_actions"
|
||||
},
|
||||
"default": [
|
||||
"BackdoorUser",
|
||||
|
|
Loading…
Reference in New Issue