Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(317)

Unified Diff: recipe_modules/path/example.expected/win.json

Issue 1777003003: recipe_engine: change resource API to use repo root (Closed) Base URL: https://github.com/luci/recipes-py.git@master
Patch Set: review Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « recipe_modules/path/example.expected/mac.json ('k') | recipe_modules/step/example.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/path/example.expected/win.json
diff --git a/recipe_modules/path/example.expected/win.json b/recipe_modules/path/example.expected/win.json
index 82349a901d5f19f4a8c3dd05d8fa7b732050ada8..29d2259bcd7b5ccc149b20c452c92463681447a9 100644
--- a/recipe_modules/path/example.expected/win.json
+++ b/recipe_modules/path/example.expected/win.json
@@ -18,7 +18,7 @@
{
"cmd": [
"echo",
- "RECIPE_PACKAGE[recipe_engine]\\dir\\file.py"
+ "RECIPE_PACKAGE_REPO[recipe_engine]\\dir\\file.py"
],
"cwd": "[SLAVE_BUILD]",
"name": "print package dir"
« no previous file with comments | « recipe_modules/path/example.expected/mac.json ('k') | recipe_modules/step/example.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698