forked from p15670423/monkey
Island: Rename IConfigurationRepository IAgentConfigurationRepository
This commit is contained in:
parent
7cb7f7ab5a
commit
a75041e93f
|
@ -3,7 +3,7 @@ from abc import ABC
|
|||
from common.configuration import AgentConfiguration
|
||||
|
||||
|
||||
class IConfigurationRepository(ABC):
|
||||
class IAgentConfigurationRepository(ABC):
|
||||
"""
|
||||
A repository used to store and retrieve the agent configuration.
|
||||
"""
|
Loading…
Reference in New Issue