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

Commit ed3b75c

Browse files
committed
commands/ls: Remove .URL from lsDefaultFormat
1 parent a8c2daf commit ed3b75c

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
@@ -27,7 +27,7 @@ import (
2727
const (
2828
lsDefaultTimeout = 10
2929
tableFormatKey = "table"
30-
lsDefaultFormat = "table {{ .Name }}\t{{ .DriverName}}\t{{ .State }}\t{{ .URL }}\t{{ .DockerVersion }}\t{{ .Error}}"
30+
lsDefaultFormat = "table {{ .Name }}\t{{ .DriverName}}\t{{ .State }}\t{{ .DockerVersion }}\t{{ .Error}}"
3131
)
3232

3333
var (

0 commit comments

Comments
 (0)