From c6553abc1709446630840e77aae4f37a9270d3c8 Mon Sep 17 00:00:00 2001 From: Jaime Martinez Date: Tue, 26 Jan 2021 22:10:15 +0000 Subject: Apply 1 suggestion(s) to 1 file(s) --- internal/source/domains.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/source/domains.go b/internal/source/domains.go index 6365c2e8..c15b9f49 100644 --- a/internal/source/domains.go +++ b/internal/source/domains.go @@ -101,7 +101,7 @@ func (d *Domains) setGitLabClient(config Config) error { func (d *Domains) GetDomain(name string) (*domain.Domain, error) { resolvedDomain, err := d.source(name).GetDomain(name) if errors.Is(err, client.ErrUnauthorizedAPI) && d.configSource == sourceAuto { - log.WithError(err).Warn("Pages cannot communicate with an instance of the GitLab API, please sync your gitlab-secrets.json file https://gitlab.com/gitlab-org/gitlab-pages/-/issues/535#workaround ") + log.WithError(err).Warn("Pages cannot communicate with an instance of the GitLab API. Please sync your gitlab-secrets.json file https://gitlab.com/gitlab-org/gitlab-pages/-/issues/535#workaround.") // temporary workaround for https://gitlab.com/gitlab-org/gitlab-pages/-/issues/535 return d.disk.GetDomain(name) } -- cgit v1.2.3