summaryrefslogtreecommitdiff
path: root/workhorse/internal/staticpages/deploy_page.go
diff options
context:
space:
mode:
Diffstat (limited to 'workhorse/internal/staticpages/deploy_page.go')
-rw-r--r--workhorse/internal/staticpages/deploy_page.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/workhorse/internal/staticpages/deploy_page.go b/workhorse/internal/staticpages/deploy_page.go
index d08ed449ae6..35ebafa66e1 100644
--- a/workhorse/internal/staticpages/deploy_page.go
+++ b/workhorse/internal/staticpages/deploy_page.go
@@ -5,7 +5,7 @@ import (
"net/http"
"path/filepath"
- "gitlab.com/gitlab-org/gitlab-workhorse/internal/helper"
+ "gitlab.com/gitlab-org/gitlab/workhorse/internal/helper"
)
func (s *Static) DeployPage(handler http.Handler) http.Handler {