Skip to content

Commit

Permalink
Merge pull request #3523 from superbrothers/fix-missing-line-break
Browse files Browse the repository at this point in the history
Fix missing a line break for minikube status
  • Loading branch information
tstromberg authored Jan 11, 2019
2 parents 6d9f682 + aab2d25 commit c08ae00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/minikube/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c08ae00

Please sign in to comment.