diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2019-03-18 13:11:24 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2019-03-18 13:15:26 +0000 |
commit | bb4ce2ed7c6638d88dc1dba201eeae59ca8dba6a (patch) | |
tree | e6d32ab00fa89ae70eaefcd83f44a20539864628 /debian/pkg-zsh-workflow-new-upstream-release.md | |
parent | 9b9a5520ac84de9b43fe3e67d4681b65dc7e44f6 (diff) | |
download | zsh-bb4ce2ed7c6638d88dc1dba201eeae59ca8dba6a.tar.gz zsh-bb4ce2ed7c6638d88dc1dba201eeae59ca8dba6a.zip |
Fix typo
Gbp-Dch: Ignore
Diffstat (limited to 'debian/pkg-zsh-workflow-new-upstream-release.md')
-rw-r--r-- | debian/pkg-zsh-workflow-new-upstream-release.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/pkg-zsh-workflow-new-upstream-release.md b/debian/pkg-zsh-workflow-new-upstream-release.md index d81d7ad14..309cdae30 100644 --- a/debian/pkg-zsh-workflow-new-upstream-release.md +++ b/debian/pkg-zsh-workflow-new-upstream-release.md @@ -56,7 +56,7 @@ Example: % quilt push -a % quilt pop -a - % git rm debian/patchees/cherry* + % git rm debian/patches/cherry* % $EDITOR debian/patches/series % git add debian/patches % quilt push -a |