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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cgroups/noop.go')
-rw-r--r--internal/cgroups/noop.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cgroups/noop.go b/internal/cgroups/noop.go
index 57f552902..23bb68b4f 100644
--- a/internal/cgroups/noop.go
+++ b/internal/cgroups/noop.go
@@ -2,7 +2,7 @@ package cgroups
import (
"github.com/prometheus/client_golang/prometheus"
- "gitlab.com/gitlab-org/gitaly/v14/internal/command"
+ "gitlab.com/gitlab-org/gitaly/internal/command"
)
// NoopManager is a cgroups manager that does nothing