version no longer optional arg for process_config_file

Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
Joffrey F 2015-12-09 17:06:56 -08:00
commit f3a9533dc0
4 changed files with 14 additions and 14 deletions

View file

@ -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):