aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/assets/asset_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'infra/bots/assets/asset_utils.py')
-rw-r--r--infra/bots/assets/asset_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/bots/assets/asset_utils.py b/infra/bots/assets/asset_utils.py
index 244502e51c..c166495ffe 100644
--- a/infra/bots/assets/asset_utils.py
+++ b/infra/bots/assets/asset_utils.py
@@ -49,7 +49,7 @@ class CIPDStore(object):
def __init__(self, cipd_url=DEFAULT_CIPD_SERVICE_URL):
self._cipd = 'cipd'
if sys.platform == 'win32':
- self._cipd = 'cipd.exe'
+ self._cipd = 'cipd.bat'
self._cipd_url = cipd_url
self._check_setup()