浏览代码

delete duplicate documentation

Marc Cornellà 5 年之前
父节点
当前提交
a58dc32323
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      plugins/kops/kops.plugin.zsh

+ 0 - 6
plugins/kops/kops.plugin.zsh

@@ -1,9 +1,3 @@
-# Autocompletion for kops (Kubernetes Operations),
-# the command line interface to get a production grade
-# Kubernetes cluster up and running
-
-# Author: https://github.com/nmrony
-
 if [ $commands[kops] ]; then
   source <(kops completion zsh)
 fi