summaryrefslogtreecommitdiff
path: root/lorrycontroller/hosts.py
diff options
context:
space:
mode:
Diffstat (limited to 'lorrycontroller/hosts.py')
-rw-r--r--lorrycontroller/hosts.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/lorrycontroller/hosts.py b/lorrycontroller/hosts.py
index b86cbad..39cae57 100644
--- a/lorrycontroller/hosts.py
+++ b/lorrycontroller/hosts.py
@@ -40,10 +40,10 @@ class DownstreamHost(abc.ABC):
@abc.abstractmethod
def prepare_repo(self, repo_path, metadata):
- '''Prepare a repository on the Host. If the repository does not exist
- and Lorry won't automatically create it, this method must create the
- repository. It should also set any given metadata on the repository,
- whether or not it already exists.
+ '''Prepare a repository on the Host. If the repository does not
+ exist, this method must create it. It should also set any
+ given metadata on the repository, whether or not it already
+ exists.
repo_path is the path that the repository should appear at
within the Host.