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 'cmd/gitaly-git2go-v14/commit/create_directory.go')
-rw-r--r--cmd/gitaly-git2go-v14/commit/create_directory.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gitaly-git2go-v14/commit/create_directory.go b/cmd/gitaly-git2go-v14/commit/create_directory.go
index cb9da2a22..7f1735d3b 100644
--- a/cmd/gitaly-git2go-v14/commit/create_directory.go
+++ b/cmd/gitaly-git2go-v14/commit/create_directory.go
@@ -8,7 +8,7 @@ import (
"path/filepath"
git "github.com/libgit2/git2go/v33"
- "gitlab.com/gitlab-org/gitaly/v14/internal/git2go"
+ "gitlab.com/gitlab-org/gitaly/internal/git2go"
)
func applyCreateDirectory(action git2go.CreateDirectory, repo *git.Repository, index *git.Index) error {