From 73228ec51a7c38dcff8c31881056fa906a5a1f93 Mon Sep 17 00:00:00 2001 From: Mark Korondi Date: Tue, 25 Apr 2017 21:05:46 +0200 Subject: [PATCH] Always check for update build time --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index e9e8038..a669373 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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