| Index: infra/bots/assets/asset_utils.py
|
| diff --git a/infra/bots/assets/asset_utils.py b/infra/bots/assets/asset_utils.py
|
| index 27d6b85de74072984c2b4afd1e88845cf290c292..8a1404fc56445936d69a4763c7626973adb0d7a7 100644
|
| --- a/infra/bots/assets/asset_utils.py
|
| +++ b/infra/bots/assets/asset_utils.py
|
| @@ -220,7 +220,7 @@ class MultiStore(object):
|
| self._gs.upload(name, version, target_dir)
|
|
|
| def download(self, name, version, target_dir):
|
| - self._cipd.download(name, version, target_dir)
|
| + self._gs.download(name, version, target_dir)
|
|
|
| def delete_contents(self, name):
|
| self._cipd.delete_contents(name)
|
|
|