summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlorry-controller-webapp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lorry-controller-webapp b/lorry-controller-webapp
index 4c58f16..9e3a310 100755
--- a/lorry-controller-webapp
+++ b/lorry-controller-webapp
@@ -130,9 +130,9 @@ class WEBAPP(cliapp.Application):
default=10*ONE_MINUTE)
self.settings.choice(
- ['git-server-type'],
+ ['downstream-host-type', 'git-server-type'],
['gitano', 'gerrit', 'gitlab', 'local'],
- 'what API the local Git server speaks')
+ 'what API the Downstream Host speaks')
self.settings.string(
['gitlab-private-token'],