| Index: recipe_modules/gclient/api.py
|
| diff --git a/recipe_modules/gclient/api.py b/recipe_modules/gclient/api.py
|
| index 6b44dab1d2bce72726b22b6552ef11de1abea020..7565fed62b3892c592abc10494f181779a8a6172 100644
|
| --- a/recipe_modules/gclient/api.py
|
| +++ b/recipe_modules/gclient/api.py
|
| @@ -300,6 +300,7 @@ class GclientApi(recipe_api.RecipeApi):
|
| def runhooks(self, args=None, name='runhooks', **kwargs):
|
| args = args or []
|
| assert isinstance(args, (list, tuple))
|
| + kwargs.setdefault('cwd', self.m.path['checkout'])
|
| return self(
|
| name, ['runhooks'] + list(args), infra_step=False, **kwargs)
|
|
|
|
|