Skip to content

Commit

Permalink
!fixup revert(gpgv): recover -a for filedir
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed May 5, 2023
1 parent 047c31c commit 609f135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/gpgv
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ _comp_cmd_gpgv()
# Detached signature, only complete one arbitrary file arg and -
if ((args == 2)); then
COMPREPLY=($(compgen -W '-' -- "$cur"))
_comp_compgen filedir
_comp_compgen -a filedir
fi
else
_comp_compgen filedir gpg
Expand Down

0 comments on commit 609f135

Please sign in to comment.