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