Merge pull request #2005 from lnmunhoz/master

Fix error message and class name from Boot2Docker to DockerMachine
This commit is contained in:
mnowster 2015-09-21 17:05:03 +01:00
commit 6f12224ec9
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)