From 76a2dfdf91e99a5e7be87ef947332eba3d5042ac Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Sun, 11 Apr 2021 19:35:40 -0400 Subject: [PATCH] cc: Remove unnecessary quotes in post_breach_actions.py --- .../services/config_schema/definitions/post_breach_actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], }, {