summaryrefslogtreecommitdiffhomepage
path: root/git-buildpackage
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-09-01 15:11:24 +0200
committerGuido Guenther <agx@sigxcpu.org>2008-09-01 15:11:51 +0200
commit162356033c6e93d7db5627acc2dd5e2ae68d23ce (patch)
tree777337060b6fcd8c3977f47bb80dbfa857a68b34 /git-buildpackage
parentcbc2b75f098c8620e950b8ec36b37f0e36751b87 (diff)
"git-commond" vs. "git command" cleanup
Closes: #497335
Diffstat (limited to 'git-buildpackage')
-rwxr-xr-xgit-buildpackage2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-buildpackage b/git-buildpackage
index fc3feba5..422ae59d 100755
--- a/git-buildpackage
+++ b/git-buildpackage
@@ -35,7 +35,7 @@ index_name = "INDEX"
def git_archive_pipe(prefix, pipe, output, treeish):
"""run the git_archive pipe"""
- pipe.prepend('git-archive --format=tar --prefix=%s/ %s' % (prefix, treeish), '.-')
+ pipe.prepend('git archive --format=tar --prefix=%s/ %s' % (prefix, treeish), '.-')
try:
ret = pipe.copy('', output)
if ret: