aboutsummaryrefslogtreecommitdiff
path: root/ref/store/files/read_loose.go
diff options
context:
space:
mode:
Diffstat (limited to 'ref/store/files/read_loose.go')
-rw-r--r--ref/store/files/read_loose.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/store/files/read_loose.go b/ref/store/files/read_loose.go
index fbbdb109..e9b1435a 100644
--- a/ref/store/files/read_loose.go
+++ b/ref/store/files/read_loose.go
@@ -8,7 +8,7 @@ import (
objectid "codeberg.org/lindenii/furgit/object/id"
"codeberg.org/lindenii/furgit/ref"
- "codeberg.org/lindenii/furgit/ref/store"
+ refstore "codeberg.org/lindenii/furgit/ref/store"
)
func (store *Store) readLooseRef(name string) (ref.Ref, error) { //nolint:ireturn