version no longer optional arg for process_config_file
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
parent
661519ac1c
commit
f3a9533dc0
4 changed files with 14 additions and 14 deletions
|
|
@ -234,7 +234,7 @@ class Project(object):
|
|||
volume.create()
|
||||
except NotFound:
|
||||
raise ConfigurationError(
|
||||
'Volume %s sepcifies nonexistent driver %s' % (volume.name, volume.driver)
|
||||
'Volume %s specifies nonexistent driver %s' % (volume.name, volume.driver)
|
||||
)
|
||||
|
||||
def restart(self, service_names=None, **options):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue