aboutsummaryrefslogtreecommitdiff
path: root/repository/algorithm.go
diff options
context:
space:
mode:
Diffstat (limited to 'repository/algorithm.go')
-rw-r--r--repository/algorithm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repository/algorithm.go b/repository/algorithm.go
index 22326cbd..90ce188c 100644
--- a/repository/algorithm.go
+++ b/repository/algorithm.go
@@ -4,7 +4,7 @@ import (
"fmt"
"codeberg.org/lindenii/furgit/config"
- "codeberg.org/lindenii/furgit/objectid"
+ objectid "codeberg.org/lindenii/furgit/object/id"
)
func detectObjectAlgorithm(cfg *config.Config) (objectid.Algorithm, error) {