Code

bash: fix misindented esac statement in __git_complete_file()
[git.git] / contrib / completion / git-completion.bash
index 893b7716cafa4811d237480a980140d308aa20dc..344a47f4023b7f80fc2e9965222d06c498eab174 100755 (executable)
@@ -680,7 +680,7 @@ __git_complete_file ()
                *)
                        ls="$ref"
                        ;;
-           esac
+               esac
 
                case "$COMP_WORDBREAKS" in
                *:*) : great ;;