Chromium Code Reviews| Index: recipe_engine/remote.py |
| diff --git a/recipe_engine/remote.py b/recipe_engine/remote.py |
| index 58b0245ce8c10d8abb49dda4eb3223985ec2a404..da68986a8bfd6f9cd3339d244752c4b48f3ff288 100644 |
| --- a/recipe_engine/remote.py |
| +++ b/recipe_engine/remote.py |
| @@ -58,7 +58,6 @@ def add_subparser(parser): |
| help='Arguments to pass to fetched repo\'s recipes.py') |
| remote_p.set_defaults( |
| - command='remote', |
| bare_command=True, |
| func=main, |
| ) |