summaryrefslogtreecommitdiff
path: root/Completion/Unix/Command/_stgit
diff options
context:
space:
mode:
Diffstat (limited to 'Completion/Unix/Command/_stgit')
-rw-r--r--Completion/Unix/Command/_stgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_stgit b/Completion/Unix/Command/_stgit
index 129b21a92..b2f2aeafa 100644
--- a/Completion/Unix/Command/_stgit
+++ b/Completion/Unix/Command/_stgit
@@ -29,7 +29,7 @@ else
;;
(edit|files|goto|rename|log|float|delete|sink|mail|sync|show|pick|hide)
_wanted -V "patches" expl "patch" \
- compadd $(stg series --noprefix > /dev/null) \
+ compadd $(stg series --noprefix 2> /dev/null) \
&& ret=0
;;
(*)