mirror of
https://github.com/docker/compose.git
synced 2025-07-24 22:24:41 +02:00
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']:
|
if options['--up']:
|
||||||
# FIXME: I'm not sure if this is good python form
|
|
||||||
self.up({'-d': True, 'SERVICE': None})
|
self.up({'-d': True, 'SERVICE': None})
|
||||||
|
|
||||||
service = self.project.get_service(options['SERVICE'])
|
service = self.project.get_service(options['SERVICE'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user