diff options
Diffstat (limited to 'debian')
-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 |