| Index: client/cipd/client.go
|
| diff --git a/client/cipd/client.go b/client/cipd/client.go
|
| index 0382271f61a91818271a0201d405f9e39ec902fa..d74a6908be9c31ab2d021cc28d3496c383a8d959 100644
|
| --- a/client/cipd/client.go
|
| +++ b/client/cipd/client.go
|
| @@ -476,7 +476,7 @@ func (client *clientImpl) withTagCache(f func(*internal.TagCache)) {
|
| start = time.Now()
|
| out, err := cache.Save()
|
| if err == nil {
|
| - err = fs.EnsureFile(path, bytes.NewReader(out))
|
| + err = local.EnsureFile(fs, path, bytes.NewReader(out))
|
| }
|
| loadSaveTime += time.Since(start)
|
| if err != nil {
|
|
|