| Index: recipe_engine/autoroll.py
|
| diff --git a/recipe_engine/autoroll.py b/recipe_engine/autoroll.py
|
| index f3866b4225093d93819c290c314b950d923fecb6..25757f1f77b0c2d3e8536022717d919fe516c4a7 100644
|
| --- a/recipe_engine/autoroll.py
|
| +++ b/recipe_engine/autoroll.py
|
| @@ -293,7 +293,7 @@ def add_subparser(parser):
|
| parser.error('--verbose-json passed without --output-json')
|
|
|
| autoroll_p.set_defaults(
|
| - command='autoroll', func=main, postprocess_func=postprocess_func)
|
| + func=main, postprocess_func=postprocess_func)
|
|
|
|
|
| def main(_package_deps, args):
|
|
|