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:
Diffstat (limited to 'internal/source/gitlab/factory.go')
-rw-r--r--internal/source/gitlab/factory.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/source/gitlab/factory.go b/internal/source/gitlab/factory.go
index 1c5d15f5..86013de2 100644
--- a/internal/source/gitlab/factory.go
+++ b/internal/source/gitlab/factory.go
@@ -32,6 +32,7 @@ func fabricateLookupPath(size int, lookup api.LookupPath) *serving.LookupPath {
HasAccessControl: lookup.AccessControl,
ProjectID: uint64(lookup.ProjectID),
UniqueHost: lookup.UniqueHost,
+ RootDirectory: lookup.RootDirectory,
}
}