From 375e447964a322b7bf9482ca18c52cce19f5e97d Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 3 Oct 2020 14:11:14 +0200 Subject: [PATCH] Hey, wait a second, that should be default --- etherpump/commands/pull.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etherpump/commands/pull.py b/etherpump/commands/pull.py index db4a049..7c6b4f9 100644 --- a/etherpump/commands/pull.py +++ b/etherpump/commands/pull.py @@ -166,7 +166,7 @@ def build_argument_parser(args): ) parser.add_argument( "--publish-opt-in", - default=False, + default=True, action="store_true", help="ensure `--publish` is honoured instead of `--nopublish`", )