fixed typo

mine
derailed 2019-02-05 19:07:09 -07:00
parent 5c9e56cac8
commit cc9b789123
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ type (
k9s struct {
RefreshRate int `yaml:"refreshRate"`
LogBufferSize int `yaml:"logBufferSize"`
Namespace namespace `yaml:"namespace`
Namespace namespace `yaml:"namespace"`
View view `yaml:"view"`
}