Skip to content

Commit

Permalink
update generated completions
Browse files Browse the repository at this point in the history
  • Loading branch information
juanvallejo committed Oct 11, 2016
1 parent 529efe1 commit f43b600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/completions/bash/oc
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ __custom_func() {
;;

# first arg is a pod name
oc_rsh)
oc_rsh | oc_exec)
if [[ ${#nouns[@]} -eq 0 ]]; then
__oc_parse_get pods
fi;
Expand Down
2 changes: 1 addition & 1 deletion contrib/completions/zsh/oc
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ __custom_func() {
;;

# first arg is a pod name
oc_rsh)
oc_rsh | oc_exec)
if [[ ${#nouns[@]} -eq 0 ]]; then
__oc_parse_get pods
fi;
Expand Down

0 comments on commit f43b600

Please sign in to comment.