aboutsummaryrefslogtreecommitdiff
path: root/packfile/ingest/thin_fix.go
diff options
context:
space:
mode:
Diffstat (limited to 'packfile/ingest/thin_fix.go')
-rw-r--r--packfile/ingest/thin_fix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/packfile/ingest/thin_fix.go b/packfile/ingest/thin_fix.go
index f94d8c0b..083c7173 100644
--- a/packfile/ingest/thin_fix.go
+++ b/packfile/ingest/thin_fix.go
@@ -6,7 +6,7 @@ import (
"codeberg.org/lindenii/furgit/internal/intconv"
"codeberg.org/lindenii/furgit/internal/progress"
- "codeberg.org/lindenii/furgit/objectstore"
+ "codeberg.org/lindenii/furgit/object/store"
)
// maybeFixThin appends missing bases and rewrites pack header/trailer when needed.