Skip to content

Commit 462feb3

Browse files
committed
fix(gzip,isort): fix typo _comp_com{gp => pg}en
1 parent a8d875d commit 462feb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

completions/gzip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ _comp_cmd_gzip()
1515
--processes | -${noargopts}p)
1616
local ret
1717
_comp_get_ncpus
18-
_comp_comgpen -- -W "{1..$ret}"
18+
_comp_compgen -- -W "{1..$ret}"
1919
return
2020
;;
2121
esac

completions/isort

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ _comp_cmd_isort()
1717
--jobs | -j)
1818
local ret
1919
_comp_get_ncpus
20-
_comp_comgpen -- -W "{1..$ret}"
20+
_comp_compgen -- -W "{1..$ret}"
2121
return
2222
;;
2323
--multi-line | -m)

0 commit comments

Comments
 (0)