Fix missing a line break for minikube status
parent
9a7b0b91aa
commit
aab2d250d6
|
@ -113,7 +113,8 @@ const (
|
|||
DefaultStatusFormat = `host: {{.Host}}
|
||||
kubelet: {{.Kubelet}}
|
||||
apiserver: {{.ApiServer}}
|
||||
kubectl: {{.Kubeconfig}}`
|
||||
kubectl: {{.Kubeconfig}}
|
||||
`
|
||||
DefaultAddonListFormat = "- {{.AddonName}}: {{.AddonStatus}}\n"
|
||||
DefaultConfigViewFormat = "- {{.ConfigKey}}: {{.ConfigValue}}\n"
|
||||
DefaultCacheListFormat = "{{.CacheImage}}\n"
|
||||
|
|
Loading…
Reference in New Issue