diff --git a/app/deployment.py b/app/deployment.py index eef12222..921f69d7 100644 --- a/app/deployment.py +++ b/app/deployment.py @@ -91,7 +91,7 @@ def down(ctx, delete_volumes, extra_args): def stop(ctx, delete_volumes, extra_args): # TODO: add cluster name and env file here ctx.obj = make_deploy_context(ctx) - down_operation(ctx, delete_volumes, extra_args, None) + down_operation(ctx, delete_volumes, extra_args) @command.command()