aboutsummaryrefslogtreecommitdiff
path: root/internal/testgit/repo_rev_list.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/testgit/repo_rev_list.go')
-rw-r--r--internal/testgit/repo_rev_list.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/testgit/repo_rev_list.go b/internal/testgit/repo_rev_list.go
index d3adf5a0..6b0c4f76 100644
--- a/internal/testgit/repo_rev_list.go
+++ b/internal/testgit/repo_rev_list.go
@@ -4,7 +4,7 @@ import (
"strings"
"testing"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
)
// RevList runs "git rev-list" with args and parses one object ID per line.