File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ __s2i_handle_go_custom_completion()
49
49
local out requestComp lastParam lastChar comp directive args
50
50
51
51
# Prepare the command to request completions for the program.
52
- # Calling ${words[0]} instead of directly s2i allows to handle aliases
52
+ # Calling ${words[0]} instead of directly s2i allows handling aliases
53
53
args=(" ${words[@]: 1} " )
54
54
# Disable ActiveHelp which is not supported for bash completion v1
55
55
requestComp=" S2I_ACTIVE_HELP=0 ${words[0]} __completeNoDesc ${args[*]} "
Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ __s2i_handle_go_custom_completion()
210
210
local out requestComp lastParam lastChar comp directive args
211
211
212
212
# Prepare the command to request completions for the program.
213
- # Calling ${words[0]} instead of directly s2i allows to handle aliases
213
+ # Calling ${words[0]} instead of directly s2i allows handling aliases
214
214
args=("${words[@]:1}")
215
215
# Disable ActiveHelp which is not supported for bash completion v1
216
216
requestComp="S2I_ACTIVE_HELP=0 ${words[0]} __completeNoDesc ${args[*]}"
You can’t perform that action at this time.
0 commit comments