| Index: scripts/slave/cipd.py
|
| diff --git a/scripts/slave/cipd.py b/scripts/slave/cipd.py
|
| index 114392c4faa36d9719a8b068d4f3c7dbec506ad5..a36bc403ef0734629b17fc4ea0fb40c11ffe192e 100755
|
| --- a/scripts/slave/cipd.py
|
| +++ b/scripts/slave/cipd.py
|
| @@ -35,9 +35,8 @@ CipdBinary = collections.namedtuple('CipdBinary', ('package', 'relpath'))
|
|
|
|
|
| def bootstrap(path):
|
| - bootstrap_path = os.path.join(common.env.Build, 'scripts', 'slave',
|
| - 'recipe_modules', 'cipd', 'resources',
|
| - 'bootstrap.py')
|
| + bootstrap_path = os.path.join(
|
| + common.env.Build, 'scripts', 'slave', 'cipd_bootstrap.py')
|
|
|
| plat, bits = slave.infra_platform.get()
|
| plat = '%s-%s' % (
|
|
|