Browse Source

Fix Typo

old-stable
Mitesh Shah 12 years ago
parent
commit
3794f4647d
  1. 4
      etc/bash_completion.d/ee

4
etc/bash_completion.d/ee

@ -46,12 +46,12 @@ EEAUTO()
;;
show)
COMPREPLY=( $( compgen -W '$(command find /etc/nginx/sites-availale/ -type f -printf "%P " 2>/dev/null)' -- $CURRENT ) )
COMPREPLY=( $( compgen -W '$(command find /etc/nginx/sites-available/ -type f -printf "%P " 2>/dev/null)' -- $CURRENT ) )
return 0
;;
info)
COMPREPLY=( $( compgen -W '$(command find /etc/nginx/sites-availale/ -type f -printf "%P " 2>/dev/null)' -- $CURRENT ) )
COMPREPLY=( $( compgen -W '$(command find /etc/nginx/sites-available/ -type f -printf "%P " 2>/dev/null)' -- $CURRENT ) )
return 0
;;

Loading…
Cancel
Save