Skip to content

Commit 1fa664e

Browse files
author
Corey Daley
committed
updating generated completions
1 parent e8d2c54 commit 1fa664e

File tree

2 files changed

+2
-2
lines changed
  • contrib/completions

2 files changed

+2
-2
lines changed

contrib/completions/bash/s2i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ __s2i_handle_go_custom_completion()
4949
local out requestComp lastParam lastChar comp directive args
5050

5151
# 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
5353
args=("${words[@]:1}")
5454
# Disable ActiveHelp which is not supported for bash completion v1
5555
requestComp="S2I_ACTIVE_HELP=0 ${words[0]} __completeNoDesc ${args[*]}"

contrib/completions/zsh/s2i

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ __s2i_handle_go_custom_completion()
210210
local out requestComp lastParam lastChar comp directive args
211211

212212
# 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
214214
args=("${words[@]:1}")
215215
# Disable ActiveHelp which is not supported for bash completion v1
216216
requestComp="S2I_ACTIVE_HELP=0 ${words[0]} __completeNoDesc ${args[*]}"

0 commit comments

Comments
 (0)