Merge branch 'master' of https://github.com/derailed/k9s into patch-1

mine
Trung Lê 2020-09-10 01:44:24 +10:00
commit bb5088beef
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ func (a KeyActions) Hints() model.MenuHints {
},
)
} else {
log.Error().Msgf("Unable to locate KeyName for %#v", string(k))
log.Error().Msgf("Unable to locate KeyName for %#v", string(rune(k)))
}
}
return hh