| Index: recipe_modules/step/example.py | 
| diff --git a/recipe_modules/step/example.py b/recipe_modules/step/example.py | 
| index 88f2ffe73aa685bbabe8d79856c349420921e5b1..d211d21ed4e6cf5b5373286fc23daa23ed5608bd 100644 | 
| --- a/recipe_modules/step/example.py | 
| +++ b/recipe_modules/step/example.py | 
| @@ -44,7 +44,7 @@ def RunSteps(api, bad_return, raise_infra_failure, access_invalid_data): | 
| ['recipes.py', '--help'], | 
| env={ | 
| 'PATH': api.path.pathsep.join( | 
| -            [str(api.step.package_resource()), '%(PATH)s']), | 
| +            [str(api.step.package_repo_resource()), '%(PATH)s']), | 
| }) | 
|  | 
| # Finally, you can make your step accept any return code | 
|  |