Skip to content

Commit 14f38a1

Browse files
committed
cmd/config: remove duplicate Header call in addon images table
1 parent 51a8bee commit 14f38a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/minikube/cmd/config/images.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ func printAddonImagesTable(addon string) {
6565

6666
var tData [][]string
6767
table := tablewriter.NewWriter(os.Stdout)
68-
table.Header([]string{"Image Name", "Default Image", "Default Registry"})
6968
table.Header("Image Name", "Default Image", "Default Registry")
7069
table.Options(
7170
tablewriter.WithHeaderAutoFormat(tw.On),

0 commit comments

Comments
 (0)