aboutsummaryrefslogtreecommitdiff
path: root/internal/testgit/repo_new.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/testgit/repo_new.go')
-rw-r--r--internal/testgit/repo_new.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testgit/repo_new.go b/internal/testgit/repo_new.go
index 4ae80393..b7c9968b 100644
--- a/internal/testgit/repo_new.go
+++ b/internal/testgit/repo_new.go
@@ -4,7 +4,7 @@ import (
"os"
"testing"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
)
// RepoOptions controls git-init options for test repositories.