summaryrefslogtreecommitdiff
path: root/lorry-controller-webapp
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-05-14 19:48:59 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-06-01 15:26:47 +0100
commitd7a7e483a3792f8d7b9af0ee8f45000a44e5e881 (patch)
tree267a378768db81abdc27dc9b74446498b2c7d3c9 /lorry-controller-webapp
parent14eac038d2fa7ac4845135a827ca8c2f2bab559c (diff)
downloadlorry-controller-d7a7e483a3792f8d7b9af0ee8f45000a44e5e881.tar.gz
WEBAPP: Add 'downstream-host-type' as alias for 'git-server-type'
Make this application setting and its description consistent with the new terminology. Related to #3.
Diffstat (limited to 'lorry-controller-webapp')
-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'],