Browse Source

BF: minor type for delignoreregex in bash completions

pull/739/head
Yaroslav Halchenko 11 years ago
parent
commit
2a51a0176a
  1. 2
      files/bash-completion

2
files/bash-completion

@ -154,7 +154,7 @@ _fail2ban () {
fi
return 0
;;
delfailregex|delignoregex)
delfailregex|delignoreregex)
COMPREPLY=( $( compgen -W \
"$( "$1" get "$jail" "${prev/del/}" 2>/dev/null | awk -F"[][]" '{print $2}')" \
-- "$cur" ) )

Loading…
Cancel
Save