Merge branch 'master' of https://github.com/derailed/k9s into patch-1
commit
bb5088beef
|
|
@ -83,7 +83,7 @@ func (a KeyActions) Hints() model.MenuHints {
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
} else {
|
} 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
|
return hh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue