Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit 988b236

Browse files
committed
Oops!
1 parent 4ae4a1e commit 988b236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Vagrantfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ if vboxmanage == nil
377377
else
378378
version = Vagrant::Util::Subprocess.execute(vboxmanage, '--version')
379379
version = Gem::Version.create(version.stdout.strip!)
380-
unless version >= Gem::Version.create('5.3')
380+
unless version >= Gem::Version.create('5.2')
381381
abort "\nWPLib Box needs VirtualBox 5.2 or greater. Your current version is " + version.version + "\n" \
382382
"Please download a newer version of VirtualBox from:\n\n\thttps://www.virtualbox.org/wiki/Downloads\n"
383383
end

0 commit comments

Comments
 (0)