Skip to content

Commit

Permalink
hyphen instead of underscore to match kubeconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Jan 13, 2021
1 parent 458fb43 commit 53c73e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/kubeconfig/extension.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type Extension struct {
runtime.TypeMeta `json:",inline"`
Version string `json:"version"`
Provider string `json:"provider"`
LastUpdate string `json:"last_update"`
LastUpdate string `json:"last-update"`
}

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

0 comments on commit 53c73e5

Please sign in to comment.