mirror of https://github.com/docker/compose.git
Remove FIXME, as there's nothing to fix :)
Signed-off-by: Chris Corbyn <chris@w3style.co.uk>
This commit is contained in:
parent
13a296049b
commit
b081077f2b
|
@ -219,7 +219,6 @@ class TopLevelCommand(Command):
|
|||
"""
|
||||
|
||||
if options['--up']:
|
||||
# FIXME: I'm not sure if this is good python form
|
||||
self.up({'-d': True, 'SERVICE': None})
|
||||
|
||||
service = self.project.get_service(options['SERVICE'])
|
||||
|
|
Loading…
Reference in New Issue