diff --git a/bench/commands/setup.py b/bench/commands/setup.py index 379a8b8c..e02e91b1 100755 --- a/bench/commands/setup.py +++ b/bench/commands/setup.py @@ -47,7 +47,6 @@ def setup_fonts(): setup_fonts() @click.command('production') -@click.option('--yes', is_flag=True, default=False, help='Dont prompt for confirmation') @click.argument('user') @click.option('--yes', help='Yes to regeneration config', is_flag=True, default=False) def setup_production(user, yes=False): @@ -255,4 +254,4 @@ setup.add_command(sync_domains) setup.add_command(setup_firewall) setup.add_command(set_ssh_port) setup.add_command(setup_roles) -setup.add_command(setup_nginx_proxy_jail) \ No newline at end of file +setup.add_command(setup_nginx_proxy_jail)