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