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