mirror of https://github.com/docker/docs.git
Printing off networks as part of --pretty was missing a newline, causing the next thing printed to be concatenated onto the end of the line. Added an empty println after all networks are printed. Signed-off-by: Drew Erny <drew.erny@docker.com> (cherry picked from commit 02ebaf364ff0463c65d63fd1c3c11840a578fc45) Signed-off-by: Tibor Vass <tibor@docker.com> |
||
|---|---|---|
| .. | ||
| cmd.go | ||
| create.go | ||
| inspect.go | ||
| list.go | ||
| opts.go | ||
| opts_test.go | ||
| ps.go | ||
| remove.go | ||
| scale.go | ||
| update.go | ||
| update_test.go | ||