aboutsummaryrefslogtreecommitdiff
path: root/refstore/chain
diff options
context:
space:
mode:
Diffstat (limited to 'refstore/chain')
-rw-r--r--refstore/chain/resolve.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/refstore/chain/resolve.go b/refstore/chain/resolve.go
index 007c3668..c9dcc501 100644
--- a/refstore/chain/resolve.go
+++ b/refstore/chain/resolve.go
@@ -36,7 +36,7 @@ func (chain *Chain) Resolve(name string) (ref.Ref, error) {
//
// It intentionally does not call backend ResolveFully. This allows symbolic
// references to cross backends in the chain.
-func (chain *Chain) ResolveFully(name string) (ref.Detached, error) {
+func (chain *Chain) ResolveToDetached(name string) (ref.Detached, error) {
cur := name
seen := map[string]struct{}{}