Skip to content

Commit 19de13d

Browse files
mikkoioalders
authored andcommitted
Correct typo in function name
1 parent 75df187 commit 19de13d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_comp_cmd_mech-dump()
1+
_comp_cmd_mech_dump()
22
{
33
local cur
44
_init_completion
@@ -7,6 +7,6 @@ _comp_cmd_mech-dump()
77
# shellcheck disable=SC2207
88
COMPREPLY=( $( compgen -W "$(mech-dump --completions)" -- "$cur" ) )
99
} &&
10-
complete -F _comp_cmd_mech-dump mech-dump
10+
complete -F _comp_cmd_mech_dump mech-dump
1111

1212
# ex: filetype=sh

0 commit comments

Comments
 (0)