Fix missing a line break for minikube status

pull/3523/head
Kazuki Suda 2019-01-10 14:29:07 +09:00
parent 9a7b0b91aa
commit aab2d250d6
1 changed files with 2 additions and 1 deletions

View File

@ -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"