| Index: scripts/slave/recipe_modules/goma/api.py
|
| diff --git a/scripts/slave/recipe_modules/goma/api.py b/scripts/slave/recipe_modules/goma/api.py
|
| index 5f4e3a8b2616a2d46f180cc30bc225ab3aa043c0..aaee0cca66d2c0d9b7eceebf6fe093179a8611c8 100644
|
| --- a/scripts/slave/recipe_modules/goma/api.py
|
| +++ b/scripts/slave/recipe_modules/goma/api.py
|
| @@ -7,7 +7,7 @@ from recipe_engine import recipe_api
|
| class GomaApi(recipe_api.RecipeApi):
|
| """GomaApi contains helper functions for using goma."""
|
|
|
| - def update_goma_canary(self, buildername):
|
| + def update_goma_canary(self):
|
| """Returns a step for updating goma canary."""
|
| # for git checkout, should use @refs/heads/master to use head.
|
| head = 'refs/heads/master'
|
|
|