diff options
Diffstat (limited to 'refstore/files/batch_queue_ops.go')
| -rw-r--r-- | refstore/files/batch_queue_ops.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/refstore/files/batch_queue_ops.go b/refstore/files/batch_queue_ops.go index b74157c1..7434b0c3 100644 --- a/refstore/files/batch_queue_ops.go +++ b/refstore/files/batch_queue_ops.go @@ -1,6 +1,6 @@ package files -import "codeberg.org/lindenii/furgit/objectid" +import objectid "codeberg.org/lindenii/furgit/object/id" func (batch *Batch) Create(name string, newID objectid.ObjectID) { batch.queue(queuedUpdate{name: name, kind: updateCreate, newID: newID}) |
