summaryrefslogtreecommitdiff
path: root/compose/cli/main.py
diff options
context:
space:
mode:
Diffstat (limited to 'compose/cli/main.py')
-rw-r--r--compose/cli/main.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/compose/cli/main.py b/compose/cli/main.py
index b94f41ee..9e01b539 100644
--- a/compose/cli/main.py
+++ b/compose/cli/main.py
@@ -620,7 +620,7 @@ class TopLevelCommand(object):
image_id,
size
])
- print(Formatter().table(headers, rows))
+ print(Formatter.table(headers, rows))
def kill(self, options):
"""
@@ -754,7 +754,7 @@ class TopLevelCommand(object):
container.human_readable_state,
container.human_readable_ports,
])
- print(Formatter().table(headers, rows))
+ print(Formatter.table(headers, rows))
def pull(self, options):
"""
@@ -994,7 +994,7 @@ class TopLevelCommand(object):
rows.append(process)
print(container.name)
- print(Formatter().table(headers, rows))
+ print(Formatter.table(headers, rows))
def unpause(self, options):
"""