Island: Fix small docstrings

This commit is contained in:
Ilija Lazoroski 2022-06-09 19:04:27 +02:00
parent 152b486ede
commit 0b152942fb
1 changed files with 2 additions and 2 deletions

View File

@ -17,10 +17,10 @@ class AgentBinaries(AbstractResource):
# Used by monkey. can't secure.
def get(self, os):
"""
Gets the agent binary based on the OS
Gets the agent binary for the specified OS
:param os: Operating systems. Supported OS are: 'linux' and 'windows'
:return: file-like object with a filename same as the OS
:return: an agent binary file
"""
try:
agent_binaries = {