Always return the version
This commit is contained in:
parent
30dda77454
commit
19f3c10777
|
@ -11,8 +11,7 @@ module VagrantPlugins
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Detect various flavors we care about
|
if version.nil?
|
||||||
if version.nil? || version < 20
|
|
||||||
return :fedora
|
return :fedora
|
||||||
else
|
else
|
||||||
return "fedora_#{version}".to_sym
|
return "fedora_#{version}".to_sym
|
||||||
|
|
Loading…
Reference in New Issue