Extract link names into a function.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
parent
187ad4ce26
commit
db9f577ad6
4 changed files with 15 additions and 11 deletions
|
|
@ -326,7 +326,7 @@ class TopLevelCommand(Command):
|
|||
log.warn(INSECURE_SSL_WARNING)
|
||||
|
||||
if not options['--no-deps']:
|
||||
deps = service.get_linked_names()
|
||||
deps = service.get_linked_service_names()
|
||||
|
||||
if len(deps) > 0:
|
||||
project.up(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue