diff options
Diffstat (limited to 'completions/ether-wake')
-rw-r--r-- | completions/ether-wake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/ether-wake b/completions/ether-wake index a3e3e406..d9526736 100644 --- a/completions/ether-wake +++ b/completions/ether-wake @@ -16,12 +16,12 @@ _ether_wake() esac if [[ $cur == -* ]]; then - COMPREPLY=( $(compgen -W '$(_parse_help "$1" -u) -V' -- "$cur") ) + COMPREPLY=($(compgen -W '$(_parse_help "$1" -u) -V' -- "$cur")) return fi _mac_addresses } && -complete -F _ether_wake ether-wake etherwake + complete -F _ether_wake ether-wake etherwake # ex: filetype=sh |