From d018fcb53c56874b4eabb2b83b046a3073f775dc Mon Sep 17 00:00:00 2001 From: Rajat Jindal Date: Thu, 7 Dec 2017 00:02:22 -0800 Subject: [PATCH] fix indentation --- bash_completions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completions.go b/bash_completions.go index ff50b882..dcd9fd61 100644 --- a/bash_completions.go +++ b/bash_completions.go @@ -239,7 +239,7 @@ __handle_word() if [[ "${words[c]}" == -* ]]; then __handle_flag elif __contains_word "${words[c]}" "${commands[@]}"; then - __handle_command + __handle_command elif __contains_word "${words[c]}" "${command_aliases[@]}"; then words[${c}]=${aliasHash[${words[c]}]} __handle_command