aboutsummaryrefslogtreecommitdiff
path: root/object/type.go
diff options
context:
space:
mode:
Diffstat (limited to 'object/type.go')
-rw-r--r--object/type.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/object/type.go b/object/type.go
index 70cc46bc..d44b83fa 100644
--- a/object/type.go
+++ b/object/type.go
@@ -1,6 +1,6 @@
package object
-import "codeberg.org/lindenii/furgit/objecttype"
+import objecttype "codeberg.org/lindenii/furgit/object/type"
// TypeFor returns the Git object type for T when T is one of the standard
// parsed object types.