[jhbuild] typo fix
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Subject: [jhbuild] typo fix
- Date: Fri, 24 Apr 2009 10:49:08 -0400 (EDT)
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]