diff --git a/monkey/monkey_island/cc/services/config_schema/definitions/post_breach_actions.py b/monkey/monkey_island/cc/services/config_schema/definitions/post_breach_actions.py index 2c1104bcb..086dc8569 100644 --- a/monkey/monkey_island/cc/services/config_schema/definitions/post_breach_actions.py +++ b/monkey/monkey_island/cc/services/config_schema/definitions/post_breach_actions.py @@ -10,7 +10,7 @@ POST_BREACH_ACTIONS = { "enum": ["BackdoorUser"], "title": "Back door user", "safe": True, - "info": "Attempts to create a new user on the system and delete it " "afterwards.", + "info": "Attempts to create a new user on the system and delete it afterwards.", "attack_techniques": ["T1136"], }, {