Skip to content

Commit 4168734

Browse files
committed
make it less than 80
1 parent 178a3a2 commit 4168734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/minikube/cmd/config/profile_list.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var printProfilesTable = func() {
6060

6161
var validData [][]string
6262
table := tablewriter.NewWriter(os.Stdout)
63-
table.SetHeader([]string{"Profile", "VM Driver", "Container Runtime", "NodeIP", "API Port", "Kubernetes Version", "Status"})
63+
table.SetHeader([]string{"Profile", "VM Driver", "Runtime", "IP", "Port", "Version", "Status"})
6464
table.SetAutoFormatHeaders(false)
6565
table.SetBorders(tablewriter.Border{Left: true, Top: true, Right: true, Bottom: true})
6666
table.SetCenterSeparator("|")

0 commit comments

Comments
 (0)