From aa326b99f15db55e251a33e238b5cfcb350bbbc3 Mon Sep 17 00:00:00 2001 From: Stephen Harris Date: Sun, 26 Aug 2018 06:50:08 -0700 Subject: [PATCH] fixed typo --- agent/agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agent/agent.py b/agent/agent.py index 1fb2ae9..d81b4a0 100755 --- a/agent/agent.py +++ b/agent/agent.py @@ -167,7 +167,7 @@ def upload(self, file): @threaded def download(self, file, destination=''): - """ Downloads a file the the agent host through HTTP(S) """ + """ Downloads a file to the agent host through HTTP(S) """ try: destination = self.expand_path(destination) if not destination: