Skip to content

Commit c08ae00

Browse files
authored
Merge pull request #3523 from superbrothers/fix-missing-line-break
Fix missing a line break for minikube status
2 parents 6d9f682 + aab2d25 commit c08ae00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/minikube/constants/constants.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ const (
113113
DefaultStatusFormat = `host: {{.Host}}
114114
kubelet: {{.Kubelet}}
115115
apiserver: {{.ApiServer}}
116-
kubectl: {{.Kubeconfig}}`
116+
kubectl: {{.Kubeconfig}}
117+
`
117118
DefaultAddonListFormat = "- {{.AddonName}}: {{.AddonStatus}}\n"
118119
DefaultConfigViewFormat = "- {{.ConfigKey}}: {{.ConfigValue}}\n"
119120
DefaultCacheListFormat = "{{.CacheImage}}\n"

0 commit comments

Comments
 (0)