mirror of https://github.com/docker/compose.git
Merge pull request #3591 from staticshock/togather
Fix a typo (togather -> together)
This commit is contained in:
commit
98818d4e50
|
@ -665,7 +665,7 @@ class TopLevelCommand(object):
|
||||||
if options['--publish'] and options['--service-ports']:
|
if options['--publish'] and options['--service-ports']:
|
||||||
raise UserError(
|
raise UserError(
|
||||||
'Service port mapping and manual port mapping '
|
'Service port mapping and manual port mapping '
|
||||||
'can not be used togather'
|
'can not be used together'
|
||||||
)
|
)
|
||||||
|
|
||||||
if options['COMMAND']:
|
if options['COMMAND']:
|
||||||
|
|
Loading…
Reference in New Issue