commit
03bd49b93e
|
|
@ -1,7 +1,7 @@
|
|||
language: go
|
||||
go_import_path: github.com/derailed/k9s
|
||||
go:
|
||||
- "1.13"
|
||||
- "1.15"
|
||||
|
||||
os:
|
||||
- linux
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue