diff options
-rw-r--r-- | debian/pkg-zsh-workflow.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md index 5b001973a..534672156 100644 --- a/debian/pkg-zsh-workflow.md +++ b/debian/pkg-zsh-workflow.md @@ -88,7 +88,7 @@ Let's say, there is an issue '#12345' which can be fixed by patching ## First, add all existing non-debian patches, so the new one is ## added on top. - % quilt push 0002-foo.diff + % quilt push -a ## Add the new patch (say, the topmost patch is 0002-foo.diff). % quilt new 0003-fix-colors.diff |