summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/fedpkg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fedpkg.py b/src/fedpkg.py
index aef6982..bf3c517 100755
--- a/src/fedpkg.py
+++ b/src/fedpkg.py
@@ -878,7 +878,7 @@ packages will be built sequentially.
parser_switchbranch.add_argument('-l', '--list',
help = 'List both remote-tracking branches and local branches',
action = 'store_true')
- parser_switchbranch.set_defaults(command = switch_branch, replace = True)
+ parser_switchbranch.set_defaults(command = switch_branch)
# Create a releng tag request
parser_tagrequest = subparsers.add_parser('tag-request',