From 3794f4647d6b4ab2eab6e067b240593e07396472 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Thu, 27 Jun 2013 19:11:18 +0530 Subject: [PATCH] Fix Typo --- etc/bash_completion.d/ee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/bash_completion.d/ee b/etc/bash_completion.d/ee index 93e9e6ab..d84752cd 100644 --- a/etc/bash_completion.d/ee +++ b/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 ;;