projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b58311f
)
zsh completion: Fix typo in redirection to _gbp-import-dsc
author
Simon McVittie
<smcv@debian.org>
Sat, 29 Dec 2018 16:05:01 +0000
(16:05 +0000)
committer
Guido Günther
<agx@sigxcpu.org>
Sat, 29 Dec 2018 16:32:54 +0000
(17:32 +0100)
Signed-off-by: Simon McVittie <smcv@debian.org>
Closes: #917636
debian/git-buildpackage.zsh-completion
patch
|
blob
|
history
diff --git
a/debian/git-buildpackage.zsh-completion
b/debian/git-buildpackage.zsh-completion
index 03c2d9efda86f76f5c6061e0e9b076adb0f5607a..196a37ebe7e7ffe85865c26a60bb42170b7dc6b0 100644
(file)
--- a/
debian/git-buildpackage.zsh-completion
+++ b/
debian/git-buildpackage.zsh-completion
@@
-425,7
+425,7
@@
_gbp-import-dsc() {
_gbp-import-dscs() {
# same options
- _gbp-import
_
dsc
+ _gbp-import
-
dsc
_arguments \
'--debsnap[Fetch snapshots from snapshots.debian.org]' \
'--ignore-repo-config[Ignore options in gbp.conf]'