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

Commit 259fbcc

Browse files
authored
Remove the hard-coded 0.10.9
1 parent 8801c5d commit 259fbcc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Vagrantfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ Vagrant.configure(2) do |config|
255255
File.write('IP', "10.10.10.#{rand(10..250)}") if not File.exists?('IP')
256256

257257
config.vm.box = "wplib/wplib"
258-
config.vm.box_version = "0.10.9"
259258
config.vm.hostname = "wplib.box"
260259
config.hostsupdater.aliases = [
261260
"adminer.wplib.box",

0 commit comments

Comments
 (0)