Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit 1c05771

Browse files
committed
commands/ls: Remove .DockerVersion from lsDefaultFormat
1 parent f47213c commit 1c05771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/ls.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
const (
2727
lsDefaultTimeout = 10
2828
tableFormatKey = "table"
29-
lsDefaultFormat = "table {{ .Name }}\t{{ .DriverName}}\t{{ .State }}\t{{ .DockerVersion }}\t{{ .Error}}"
29+
lsDefaultFormat = "table {{ .Name }}\t{{ .DriverName}}\t{{ .State }}\t{{ .Error}}"
3030
)
3131

3232
var (

0 commit comments

Comments
 (0)