From 52643315e22f5e61b55ffee315340432dc08b6de Mon Sep 17 00:00:00 2001 From: Shreya Malviya Date: Tue, 26 Jul 2022 17:30:01 +0530 Subject: [PATCH] Common: Reword CustomPBAConfiguration docstring description --- monkey/common/agent_configuration/agent_sub_configurations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/common/agent_configuration/agent_sub_configurations.py b/monkey/common/agent_configuration/agent_sub_configurations.py index bc6c60397..9da21641c 100644 --- a/monkey/common/agent_configuration/agent_sub_configurations.py +++ b/monkey/common/agent_configuration/agent_sub_configurations.py @@ -5,7 +5,7 @@ from typing import Dict, Tuple @dataclass(frozen=True) class CustomPBAConfiguration: """ - Dataclass for the configuration of custom post-breach actions + A configuration for custom post-breach actions Attributes: linux_command (str): Command to run on Linux victim machines. If a file is uploaded,