Skip to content

Commit

Permalink
fix(chgrp): fix typo _comp_compgen{d => _}filedir (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkrogers committed Oct 21, 2023
1 parent 15b74b1 commit 4c98ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/chgrp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ _comp_cmd_chgrp()
if [[ $cword -eq 1 && $cur != -* || $prev == -* ]]; then
_comp_compgen_allowed_groups
else
_comp_compgend filedir
_comp_compgen_filedir
fi

} &&
Expand Down

0 comments on commit 4c98ce5

Please sign in to comment.