| Index: recipe_engine/bundle.py
 | 
| diff --git a/recipe_engine/bundle.py b/recipe_engine/bundle.py
 | 
| index f579b5d88bf6c1098188bbd79c6d513a4e2876dc..9d8dc1832113237350696bd0cc0f6d59f11e9ab8 100755
 | 
| --- a/recipe_engine/bundle.py
 | 
| +++ b/recipe_engine/bundle.py
 | 
| @@ -638,7 +638,7 @@ def add_subparser(parser):
 | 
|      type=os.path.abspath,
 | 
|      help='The directory of where to put the bundle (default: %(default)r).')
 | 
|  
 | 
| -  bundle_p.set_defaults(command='bundle', func=main)
 | 
| +  bundle_p.set_defaults(func=main)
 | 
|  
 | 
|  
 | 
|  def main(package_deps, args):
 | 
| 
 |