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
diff options
context:
space:
mode:
authorfeistel <6742251-feistel@users.noreply.gitlab.com>2021-09-28 19:08:13 +0300
committerfeistel <6742251-feistel@users.noreply.gitlab.com>2021-10-07 16:47:32 +0300
commit1dedfac3c5e84ce14a2eb5ce4bed4c572a407775 (patch)
tree0d61150be759316956cc09fde271a382fe4895b9 /main.go
parent3fe3540788f6e49f6a468a07b2a54839616f897d (diff)
docs: remove obsolete paragraph from readme and any reference to the Daemon from documentation
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index f89d10fa..2978fdf6 100644
--- a/main.go
+++ b/main.go
@@ -67,7 +67,7 @@ func appMain() {
log.WithFields(log.Fields{
"version": VERSION,
"revision": REVISION,
- }).Info("GitLab Pages Daemon")
+ }).Info("GitLab Pages")
log.Info("URL: https://gitlab.com/gitlab-org/gitlab-pages")
if err := os.Chdir(config.General.RootDir); err != nil {