diff options
Diffstat (limited to 'refstore/files/read_resolve_fully.go')
| -rw-r--r-- | refstore/files/read_resolve_fully.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/refstore/files/read_resolve_fully.go b/refstore/files/read_resolve_fully.go index 7bc4cfea..6871712c 100644 --- a/refstore/files/read_resolve_fully.go +++ b/refstore/files/read_resolve_fully.go @@ -9,7 +9,7 @@ import ( // ResolveFully resolves symbolic references through the visible files store // namespace until one detached reference is reached. -func (store *Store) ResolveFully(name string) (ref.Detached, error) { +func (store *Store) ResolveToDetached(name string) (ref.Detached, error) { cur := name seen := make(map[string]struct{}) |
