fix(oc): fix completion for oc 4.9 and 4.10 (#10973)

Closes #10939

Co-authored-by: Jorge Francisco Varela Gutiérrez <jvarela@jfvarela.redhat.com>
master
FaeTheWolf 4 years ago committed by GitHub
parent 18e7e5d033
commit 6622210d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      plugins/oc/oc.plugin.zsh

@ -4,4 +4,5 @@
if [ $commands[oc] ]; then
source <(oc completion zsh)
compdef _oc oc
fi

Loading…
Cancel
Save