aboutsummaryrefslogtreecommitdiff
path: root/reachability/walk_expand_commits.go
diff options
context:
space:
mode:
Diffstat (limited to 'reachability/walk_expand_commits.go')
-rw-r--r--reachability/walk_expand_commits.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/reachability/walk_expand_commits.go b/reachability/walk_expand_commits.go
index ac24be91..f02da944 100644
--- a/reachability/walk_expand_commits.go
+++ b/reachability/walk_expand_commits.go
@@ -5,7 +5,7 @@ import (
"codeberg.org/lindenii/furgit/errors"
"codeberg.org/lindenii/furgit/object"
- "codeberg.org/lindenii/furgit/objecttype"
+ objecttype "codeberg.org/lindenii/furgit/object/type"
)
func (walk *Walk) expandCommits(item walkItem) ([]walkItem, error) {