diff --git a/plugins/velero/velero.plugin.zsh b/plugins/velero/velero.plugin.zsh index 4dd1a894d..0f4042a6f 100644 --- a/plugins/velero/velero.plugin.zsh +++ b/plugins/velero/velero.plugin.zsh @@ -3,6 +3,6 @@ # # Author: https://github.com/s1msn -if [ $commands[oc] ]; then +if [ $commands[velero] ]; then source <(velero completion zsh) fi