Fix error message and class name from Boot2Docker to DockerMachine

Signed-off-by: Lucas N. Munhoz <ln.munhoz@gmail.com>
This commit is contained in:
Lucas N. Munhoz 2015-09-08 09:53:10 -03:00
commit b33dd3bc01
2 changed files with 4 additions and 4 deletions

View file

@ -41,7 +41,7 @@ class Command(DocoptCommand):
else:
raise errors.DockerNotFoundGeneric()
elif call_silently(['which', 'boot2docker']) == 0:
raise errors.ConnectionErrorBoot2Docker()
raise errors.ConnectionErrorDockerMachine()
else:
raise errors.ConnectionErrorGeneric(self.get_client().base_url)