mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +00:00
fixed some spelling mistakes
that's all :) Signed-off-by: Bastian Venthur <venthur@debian.org>
This commit is contained in:
parent
a48f1e8c13
commit
8a5d555de7
3 changed files with 6 additions and 6 deletions
|
|
@ -140,11 +140,11 @@ SERVICES:
|
|||
}
|
||||
|
||||
return formatter.Print(containers, opts.Format, os.Stdout,
|
||||
writter(containers),
|
||||
writer(containers),
|
||||
"NAME", "COMMAND", "SERVICE", "STATUS", "PORTS")
|
||||
}
|
||||
|
||||
func writter(containers []api.ContainerSummary) func(w io.Writer) {
|
||||
func writer(containers []api.ContainerSummary) func(w io.Writer) {
|
||||
return func(w io.Writer) {
|
||||
for _, container := range containers {
|
||||
ports := displayablePorts(container)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue