Fix error message that tells people to install VirtualBox 3.1.x.
This commit is contained in:
parent
c78a3f3e3f
commit
98f66201e4
|
@ -251,7 +251,7 @@
|
||||||
:virtualbox_not_detected: |-
|
:virtualbox_not_detected: |-
|
||||||
Vagrant could not detect VirtualBox! Make sure VirtualBox is properly installed.
|
Vagrant could not detect VirtualBox! Make sure VirtualBox is properly installed.
|
||||||
If VirtualBox is installed, it may be an incorrect version. Vagrant currently
|
If VirtualBox is installed, it may be an incorrect version. Vagrant currently
|
||||||
only supports VirtualBox 3.1.x. Please install the proper version to continue.
|
requires VirtualBox 3.2.x. Please install the proper version to continue.
|
||||||
:virtualbox_invalid_ose: |-
|
:virtualbox_invalid_ose: |-
|
||||||
Vagrant has detected you're using an OSE ("Open Source Edition") of VirtualBox.
|
Vagrant has detected you're using an OSE ("Open Source Edition") of VirtualBox.
|
||||||
Vagrant currently doesn't support any of the OSE editions due to slight API
|
Vagrant currently doesn't support any of the OSE editions due to slight API
|
||||||
|
|
Loading…
Reference in New Issue