Always check for update build time

This commit is contained in:
Mark Korondi 2017-04-25 21:05:46 +02:00
parent 95396ef1fc
commit 73228ec51a
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -21,7 +21,7 @@ Vagrant.configure(2) do |config|
privileged: false, keep_color: true
config.vm.provision :shell, inline: "/vagrant/cleanup.sh",
privileged: false, keep_color: true
config.vm.box_check_update = false
config.vm.box_check_update = true
config.ssh.forward_x11 = true
config.ssh.forward_agent = true
end