GitRepository.fetch(): fix remote arg
authorGuido Günther <agx@sigxcpu.org>
Mon, 24 Oct 2011 15:37:36 +0000 (17:37 +0200)
committerGuido Günther <agx@sigxcpu.org>
Wed, 26 Oct 2011 07:45:10 +0000 (09:45 +0200)
gbp/git.py

index 41b83c3..d7c3910 100644 (file)
@@ -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):
         """