Chromium Code Reviews| Index: recipe_modules/git/example.expected/platform_win.json |
| diff --git a/recipe_modules/git/example.expected/platform_win.json b/recipe_modules/git/example.expected/platform_win.json |
| index 94ff2dee21cdc9f16c183b63683de429bfc34c6d..d9d15429bc7c8536f6ba17a5e2b02a5b05a1ef69 100644 |
| --- a/recipe_modules/git/example.expected/platform_win.json |
| +++ b/recipe_modules/git/example.expected/platform_win.json |
| @@ -31,6 +31,9 @@ |
| "--recurse-submodules" |
| ], |
| "cwd": "[SLAVE_BUILD]\\src", |
| + "env": { |
| + "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s" |
| + }, |
| "name": "git fetch" |
| }, |
| { |