From cf3bc6ff270c939ab0725077790ffc0671faa7e4 Mon Sep 17 00:00:00 2001 From: Josafá Filho Date: Wed, 25 Nov 2015 17:04:52 -0200 Subject: [PATCH] Ajustando execução do script de configurção da API --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 1fad64d..d152543 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -85,7 +85,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| api.vm.network "private_network", type: "dhcp" api.vm.network "public_network" - api.vm.provision "shell", inline: $apiScript, run: "always" + api.vm.provision "shell", inline: $apiScript end # Use 'vagrant plugin install vagrant-triggers' to install the trigger module -- libgit2 0.21.2