summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gbp/git.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/git.py b/gbp/git.py
index 41b83c3..d7c3910 100644
--- a/gbp/git.py
+++ b/gbp/git.py
@@ -837,7 +837,7 @@ class GitRepository(object):
if repo:
args = [repo]
- self._git_command("fetch", [ args ])
+ self._git_command("fetch", args)
def pull(self, repo=None, ff_only=False):
"""