mine
afkham 2019-07-02 15:13:21 +05:30
parent 9b7ef3dc6d
commit 84133ca92a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ import (
func runK(clear bool, app *appView, args ...string) bool {
bin, err := exec.LookPath("kubectl")
if err != nil {
log.Error().Msgf("Unable to find kubeclt command in path %v", err)
log.Error().Msgf("Unable to find kubectl command in path %v", err)
return false
}