From a0390db53007b3be705a691b44f68ce3262d1580 Mon Sep 17 00:00:00 2001 From: Tareq Al-Zubaidi Date: Wed, 18 Apr 2018 16:18:17 +0100 Subject: [PATCH] Update authors comment --- plugins/helm/helm.plugin.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/helm/helm.plugin.zsh b/plugins/helm/helm.plugin.zsh index 700b6ed2..00282ecb 100644 --- a/plugins/helm/helm.plugin.zsh +++ b/plugins/helm/helm.plugin.zsh @@ -1,6 +1,6 @@ # Autocompletion for helm. # -# Author: https://github.com/alzubaidi +# Authors: https://github.com/fleeto, https://github.com/alzubaidi if [ $commands[helm] ]; then source <(helm completion zsh)