From 609c006493161ab83214c44b1ce9265ee966df54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Bonhomme?= Date: Thu, 11 Oct 2018 10:01:35 +0200 Subject: [PATCH] Removed useless Vagrant configuraiton line. --- vagrant/Vagrantfile | 1 - 1 file changed, 1 deletion(-) diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index 659865f..ec53b08 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -10,7 +10,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # please see the online documentation at vagrantup.com. # Every Vagrant virtual environment requires a box to build off of. - #config.vm.box = "bento/ubuntu-16.04" config.vm.box = "ubuntu/bionic64" config.vm.provision :shell, path: "bootstrap.sh", args: "#{ENV['GITHUB_AUTH_TOKEN']}"