| Index: scripts/slave/recipe_modules/gatekeeper/api.py
|
| diff --git a/scripts/slave/recipe_modules/gatekeeper/api.py b/scripts/slave/recipe_modules/gatekeeper/api.py
|
| index bc4be1a741eb28a0cc192928bbbfd09c3c39f5c4..f7e20a646e708a23e9c9c02a8f0f904232e96547 100644
|
| --- a/scripts/slave/recipe_modules/gatekeeper/api.py
|
| +++ b/scripts/slave/recipe_modules/gatekeeper/api.py
|
| @@ -18,7 +18,8 @@ class Gatekeeper(recipe_api.RecipeApi):
|
| # reference to /creds
|
| args = [
|
| '-v', '--json', gatekeeper_json, '--email-app-secret-file',
|
| - '/creds/gatekeeper/mailer_password'
|
| + '/creds/gatekeeper/mailer_password',
|
| + '--emoji', 'None',
|
| ]
|
|
|
| if tree_args.get('status-url'):
|
|
|