| Index: scripts/slave/recipe_modules/git/example.py
|
| diff --git a/scripts/slave/recipe_modules/git/example.py b/scripts/slave/recipe_modules/git/example.py
|
| index 5cd953d3b98fea7141d71bb2ef9670ae8afda8cd..d2e03a01c1c9a5b145f06cbcd078b0308994dd9c 100644
|
| --- a/scripts/slave/recipe_modules/git/example.py
|
| +++ b/scripts/slave/recipe_modules/git/example.py
|
| @@ -17,7 +17,7 @@ def GenSteps(api):
|
|
|
| # If you need to run more arbitrary git commands, you can use api.git itself,
|
| # which behaves like api.step(), but automatically sets the name of the step.
|
| - yield api.git('status', cwd=api.path.checkout())
|
| + yield api.git('status', cwd=api.path.checkout)
|
|
|
|
|
| def GenTests(api):
|
|
|