| Index: recipe_modules/tryserver/example.expected/with_wrong_patch.json
|
| diff --git a/recipe_modules/tryserver/example.expected/with_wrong_patch.json b/recipe_modules/tryserver/example.expected/with_wrong_patch.json
|
| index 1afd3b8f4819f98f0f1d3f0c0b87350833a1c2db..1a2cbcb1e8aac9c54629853aa1f23c71c4286d99 100644
|
| --- a/recipe_modules/tryserver/example.expected/with_wrong_patch.json
|
| +++ b/recipe_modules/tryserver/example.expected/with_wrong_patch.json
|
| @@ -1,14 +1,14 @@
|
| [
|
| {
|
| "cmd": [
|
| - "RECIPE_PACKAGE[depot_tools]\\bootstrap\\win\\win_tools.bat"
|
| + "RECIPE_PACKAGE_REPO[depot_tools]\\bootstrap\\win\\win_tools.bat"
|
| ],
|
| - "cwd": "RECIPE_PACKAGE[depot_tools]",
|
| + "cwd": "RECIPE_PACKAGE_REPO[depot_tools]",
|
| "name": "ensure git tooling on windows"
|
| },
|
| {
|
| "cmd": [
|
| - "RECIPE_PACKAGE[depot_tools]\\git.bat",
|
| + "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
|
| "diff",
|
| "--cached",
|
| "--name-only"
|
|
|