mirror of
https://github.com/docker/cli.git
synced 2026-01-18 08:21:31 +03:00
Merge pull request #12844 from hqhq/hq_fix_inspect_format
fix a minor inspect format issue Upstream-commit: 868d5dca74eda72a9de2ab4baf6ff1ce10607d1c Component: engine
This commit is contained in:
@@ -34,7 +34,7 @@ func (cli *DockerCli) CmdInspect(args ...string) error {
|
||||
}
|
||||
|
||||
indented := new(bytes.Buffer)
|
||||
indented.WriteByte('[')
|
||||
indented.WriteString("[\n")
|
||||
status := 0
|
||||
isImage := false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user