[jhbuild] typo fix



commit 22aea9424375904794060d61353d41600196877f
Author: Frederic Peters <fpeters 0d be>
Date:   Fri Apr 24 16:48:49 2009 +0200

    typo fix
---
 jhbuild/versioncontrol/git.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/jhbuild/versioncontrol/git.py b/jhbuild/versioncontrol/git.py
index d5150e2..bad1b5f 100644
--- a/jhbuild/versioncontrol/git.py
+++ b/jhbuild/versioncontrol/git.py
@@ -422,7 +422,7 @@ class GitSvnBranch(GitBranch):
             stashed = True
             buildscript.execute(['git', 'stash', 'save', 'jhbuild-stash'], cwd=cwd)
 
-        buildscript.execute(['git', 'checkout'] + quiet + ['master']cmd, cwd=cwd)
+        buildscript.execute(['git', 'checkout'] + quiet + ['master'], cwd=cwd)
         buildscript.execute(['git', 'svn', 'rebase'], cwd=cwd)
 
         if stashed:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]