diff --git a/box.py b/box.py index cc9de43..a76aad7 100755 --- a/box.py +++ b/box.py @@ -282,7 +282,7 @@ class Config: if not self.distro: self.distro = 'ubuntu' - if not self.version and self.distro: + if not self.version: self.version = DISTROS[self.distro]['default_version'] # finally, figure out host name