Chromium Code Reviews| Index: recipe_modules/git/example.expected/can_fail_build.json |
| diff --git a/recipe_modules/git/example.expected/can_fail_build.json b/recipe_modules/git/example.expected/can_fail_build.json |
| index df19032290c6e58407f2b83a2502b0297984d576..8c7cc6338f6594c5199c74b301015012b8b1646f 100644 |
| --- a/recipe_modules/git/example.expected/can_fail_build.json |
| +++ b/recipe_modules/git/example.expected/can_fail_build.json |
| @@ -21,6 +21,9 @@ |
| "--recurse-submodules" |
| ], |
| "cwd": "[SLAVE_BUILD]/src", |
| + "env": { |
| + "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s" |
| + }, |
| "name": "git fetch" |
| }, |
| { |