Fix missing quote.

mine
Wi1dcard 2019-08-29 09:54:56 +00:00 committed by GitHub
parent e270fba554
commit ad6d577fae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ func (v *resourceView) switchNamespaceCmd(evt *tcell.EventKey) *tcell.EventKey {
} }
v.setNamespace(ns) v.setNamespace(ns)
v.app.Flash().Infof("Viewing `%s namespace...", ns) v.app.Flash().Infof("Viewing `%s` namespace...", ns)
v.refresh() v.refresh()
v.masterPage().UpdateTitle() v.masterPage().UpdateTitle()
v.masterPage().SelectRow(1, true) v.masterPage().SelectRow(1, true)