diff options
Diffstat (limited to 'object/storer/loose/paths.go')
| -rw-r--r-- | object/storer/loose/paths.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/object/storer/loose/paths.go b/object/storer/loose/paths.go index 73cb0cf3..58ef6b8e 100644 --- a/object/storer/loose/paths.go +++ b/object/storer/loose/paths.go @@ -8,7 +8,7 @@ import ( "path/filepath" objectid "codeberg.org/lindenii/furgit/object/id" - "codeberg.org/lindenii/furgit/object/storer" + objectstorer "codeberg.org/lindenii/furgit/object/storer" ) // objectPath returns the loose object path for id relative to the objects root. |
