| Index: recipe_engine/run.py
 | 
| diff --git a/recipe_engine/run.py b/recipe_engine/run.py
 | 
| index bb8199aefdfe2046aaad6a050723a0075ac0f500..3f69eda163b94b0a85f5113cc36fe70551cce2ff 100644
 | 
| --- a/recipe_engine/run.py
 | 
| +++ b/recipe_engine/run.py
 | 
| @@ -518,7 +518,7 @@ def add_subparser(parser):
 | 
|        'issue=12345. The property value will be decoded as JSON, but if '
 | 
|        'this decoding fails the value will be interpreted as a string.'))
 | 
|  
 | 
| -  run_p.set_defaults(command='run', properties={}, func=main)
 | 
| +  run_p.set_defaults(properties={}, func=main)
 | 
|  
 | 
|  
 | 
|  def handle_recipe_return(recipe_result, result_filename, stream_engine,
 | 
| 
 |