Skip to content

Commit

Permalink
Fix addons list output format option
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Woodcock committed Oct 7, 2019
1 parent 33b6547 commit fdf5345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/minikube/cmd/config/addons_list.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var addonsListCmd = &cobra.Command{
}

func init() {
AddonsCmd.Flags().StringVar(&addonListFormat, "format", defaultAddonListFormat,
addonsListCmd.Flags().StringVar(&addonListFormat, "format", defaultAddonListFormat,
`Go template format string for the addon list output. The format for Go templates can be found here: https://golang.org/pkg/text/template/
For the list of accessible variables for the template, see the struct values here: https://godoc.org/k8s.io/minikube/cmd/minikube/cmd/config#AddonListTemplate`)
AddonsCmd.AddCommand(addonsListCmd)
Expand Down

0 comments on commit fdf5345

Please sign in to comment.