changed help in kubens, return had a typo (#210)

This commit is contained in:
Curro Rodriguez 2020-04-30 16:34:06 +02:00 committed by GitHub
parent d603c7dada
commit f2021bb08b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,5 +40,5 @@ func selfName() string {
if strings.HasPrefix(me, pluginPrefix) {
return "kubectl " + strings.TrimPrefix(me, pluginPrefix)
}
return "kubectx"
return "kubens"
}