aboutsummaryrefslogtreecommitdiff
path: root/ref/store/files/update_validate.go
diff options
context:
space:
mode:
Diffstat (limited to 'ref/store/files/update_validate.go')
-rw-r--r--ref/store/files/update_validate.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ref/store/files/update_validate.go b/ref/store/files/update_validate.go
index 4e5c2be6..cfbaca1d 100644
--- a/ref/store/files/update_validate.go
+++ b/ref/store/files/update_validate.go
@@ -5,7 +5,7 @@ import (
"strings"
objectid "codeberg.org/lindenii/furgit/object/id"
- "codeberg.org/lindenii/furgit/ref/refname"
+ "codeberg.org/lindenii/furgit/ref/name"
refstore "codeberg.org/lindenii/furgit/ref/store"
)