Index: recipe_modules/generator_script/example.py |
diff --git a/recipe_modules/generator_script/example.py b/recipe_modules/generator_script/example.py |
index 3fd91361988a3ddc901f977e1852c0e6ed120a24..36c4f1f8356277c48af8b2ec773714eaa839475a 100644 |
--- a/recipe_modules/generator_script/example.py |
+++ b/recipe_modules/generator_script/example.py |
@@ -18,7 +18,7 @@ PROPERTIES = { |
} |
def RunSteps(api, script_name, script_env): |
- api.path['checkout'] = api.path['slave_build'] |
+ api.path['checkout'] = api.path['tmp'].join('checkout') |
script_name = api.properties['script_name'] |
script_env = api.properties.get('script_env') |
api.generator_script(script_name, env=script_env) |