mirror of
https://github.com/ahmetb/kubectx.git
synced 2025-06-25 15:02:21 +00:00
changed help in kubens, return had a typo (#210)
This commit is contained in:
parent
d603c7dada
commit
f2021bb08b
@ -40,5 +40,5 @@ func selfName() string {
|
|||||||
if strings.HasPrefix(me, pluginPrefix) {
|
if strings.HasPrefix(me, pluginPrefix) {
|
||||||
return "kubectl " + strings.TrimPrefix(me, pluginPrefix)
|
return "kubectl " + strings.TrimPrefix(me, pluginPrefix)
|
||||||
}
|
}
|
||||||
return "kubectx"
|
return "kubens"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user