mirror of
https://github.com/gryf/boxpy.git
synced 2025-12-20 14:17:57 +01:00
Removed unneeded condition.
This commit is contained in:
2
box.py
2
box.py
@@ -282,7 +282,7 @@ class Config:
|
|||||||
if not self.distro:
|
if not self.distro:
|
||||||
self.distro = 'ubuntu'
|
self.distro = 'ubuntu'
|
||||||
|
|
||||||
if not self.version and self.distro:
|
if not self.version:
|
||||||
self.version = DISTROS[self.distro]['default_version']
|
self.version = DISTROS[self.distro]['default_version']
|
||||||
|
|
||||||
# finally, figure out host name
|
# finally, figure out host name
|
||||||
|
|||||||
Reference in New Issue
Block a user