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

Commit 368e2a5

Browse files
committed
commands/ls: Remove .DockerVersion from lsDefaultFormat
1 parent 423ee11 commit 368e2a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)