diff --git a/Vagrantfile b/Vagrantfile index d09fc560..54f0e352 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -7,7 +7,6 @@ Vagrant.configure(2) do |config| config.vm.provision "shell", inline: <<-SHELL sudo su - cd /vagrant - apt-get update ./run_tests.sh SHELL -end \ No newline at end of file +end