| Index: recipe_modules/infra_paths/example.py
|
| diff --git a/recipe_modules/infra_paths/example.py b/recipe_modules/infra_paths/example.py
|
| index d1d33a50c18cd2a5a6b607c49a0e8f2983c97bb1..2cca4c7911c897665264d9809b82ecbf45dffe97 100644
|
| --- a/recipe_modules/infra_paths/example.py
|
| +++ b/recipe_modules/infra_paths/example.py
|
| @@ -13,7 +13,7 @@
|
|
|
| def RunSteps(api):
|
| api.step('show cache path', [])
|
| - api.step.active_result.presentation.step_text = str(api.path['git_cache'])
|
| + api.step.active_result.presentation.step_text = str(api.path['cache'])
|
|
|
|
|
| def GenTests(api):
|
|
|