Skip to content

Commit 30e57ea

Browse files
seefoodakinomyoga
andauthored
Update completion/available/hub.completion.bash
Co-authored-by: Koichi Murase <[email protected]>
1 parent b2d524b commit 30e57ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: completion/available/hub.completion.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if _is_function _git && ! _is_function __git_list_all_commands_without_hub; then
6464
# hub alias [-s] [SHELL]
6565
_git_alias() {
6666
local i c=2 s=-s sh shells="bash zsh sh ksh csh fish"
67-
while [ $c -lt "$cword" ]; do
67+
while [[ $c -lt $cword ]]; do
6868
i="${words[c]}"
6969
case "$i" in
7070
-s)

0 commit comments

Comments
 (0)