diff --git a/backend/combine/combine.go b/backend/combine/combine.go index a65192647..bae4bd8a1 100644 --- a/backend/combine/combine.go +++ b/backend/combine/combine.go @@ -145,6 +145,7 @@ func (f *Fs) newUpstream(ctx context.Context, dir, remote string) (*upstream, er dir: dir, pathAdjustment: newAdjustment(f.root, dir), } + cache.PinUntilFinalized(u.f, u) return u, nil }