diff --git a/Vagrantfile b/Vagrantfile index cea04e33..44872e1e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -3,7 +3,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