| Index: recipe_engine/fetch.py
 | 
| diff --git a/recipe_engine/fetch.py b/recipe_engine/fetch.py
 | 
| index dab030a19ed2d453cf2f9b5cd98be0efc0af5bc8..69aa33fee2d3966fcc55379cfd29e0aa0da36c80 100644
 | 
| --- a/recipe_engine/fetch.py
 | 
| +++ b/recipe_engine/fetch.py
 | 
| @@ -605,7 +605,6 @@ def add_subparser(parser):
 | 
|        parser.error('--no-fetch does not make sense with fetch command')
 | 
|  
 | 
|    fetch_p.set_defaults(
 | 
| -    command='fetch',
 | 
|      # fetch action is implied by recipes.py
 | 
|      func=(lambda package_deps, engine_flags: 0),
 | 
|      postprocess_func=postprocess_func,
 | 
| 
 |