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