aboutsummaryrefslogtreecommitdiff
path: root/refstore/chain/chain.go
diff options
context:
space:
mode:
Diffstat (limited to 'refstore/chain/chain.go')
-rw-r--r--refstore/chain/chain.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/refstore/chain/chain.go b/refstore/chain/chain.go
index c20096d8..882d4b56 100644
--- a/refstore/chain/chain.go
+++ b/refstore/chain/chain.go
@@ -6,5 +6,5 @@ import "codeberg.org/lindenii/furgit/refstore"
// Chain queries multiple reference stores in order.
type Chain struct {
- backends []refstore.Store
+ backends []refstore.ReadingStore
}