From 7fd9b344ae687906ea6012d8e8b1756360eddcb0 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sat, 3 Oct 2020 14:27:05 +0200 Subject: [PATCH] Revert "Hey, wait a second, that should be default" I think we had that for a reason like that. Will revert. This reverts commit 375e447964a322b7bf9482ca18c52cce19f5e97d. --- 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 7c6b4f9..db4a049 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=True, + default=False, action="store_true", help="ensure `--publish` is honoured instead of `--nopublish`", )