Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app.go
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-11-23 18:41:13 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2019-11-23 18:41:13 +0300
commitbc61f03703dffb79c3d9d887385b968315362caa (patch)
tree04a160cdb5494784af9956400a1b4853c5a5a7f0 /app.go
parent08fb0bfc792db7c1b006ea066904d19a3456f99f (diff)
Implement a transitional domains source
Diffstat (limited to 'app.go')
-rw-r--r--app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.go b/app.go
index ddbe8457..7c927dfe 100644
--- a/app.go
+++ b/app.go
@@ -348,7 +348,7 @@ func (a *theApp) Run() {
a.listenMetricsFD(&wg, a.ListenMetrics)
}
- a.domains.Start(a.Domain)
+ a.domains.Read(a.Domain)
wg.Wait()
}