aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bash_completion.d/git.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bash_completion.d/git.bash b/bash/bash_completion.d/git.bash
index 2e77184a..7e256952 100644
--- a/bash/bash_completion.d/git.bash
+++ b/bash/bash_completion.d/git.bash
@@ -87,7 +87,7 @@ _git() {
return
;;
esac
-
+
# Try to find the index of the Git subcommand
local -i sci i
for ((i = 1; !sci && i <= COMP_CWORD; i++)) ; do