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