Skip to content

Commit 53c73e5

Browse files
committed
hyphen instead of underscore to match kubeconfig
1 parent 458fb43 commit 53c73e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/minikube/kubeconfig/extension.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ type Extension struct {
2929
runtime.TypeMeta `json:",inline"`
3030
Version string `json:"version"`
3131
Provider string `json:"provider"`
32-
LastUpdate string `json:"last_update"`
32+
LastUpdate string `json:"last-update"`
3333
}
3434

3535
// NewExtension returns a minikube formated kubeconfig's extension block to idenity clusters and contexts

0 commit comments

Comments
 (0)