From 1405530d55ce23e63bf66098e4e11dfbb6c3b116 Mon Sep 17 00:00:00 2001 From: Juan Treminio Date: Thu, 25 Jun 2015 09:29:17 -0500 Subject: [PATCH] Fixes broken shell path --- archive/puphpet/vagrant/Vagrantfile-local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive/puphpet/vagrant/Vagrantfile-local b/archive/puphpet/vagrant/Vagrantfile-local index 9fddb9b1d..0a49152f9 100644 --- a/archive/puphpet/vagrant/Vagrantfile-local +++ b/archive/puphpet/vagrant/Vagrantfile-local @@ -213,7 +213,7 @@ Vagrant.configure('2') do |config| ssh_username = !data['ssh']['username'].nil? ? data['ssh']['username'] : 'vagrant' - config.vm.provision :shell, :inline => "sed -i -e 's/\r$//' /vagrant/shell/*" + config.vm.provision :shell, :inline => "sed -i -e 's/\r$//' /vagrant/puphpet/shell/*" config.vm.provision 'shell' do |s| s.path = 'puphpet/shell/initial-setup.sh' s.args = '/vagrant/puphpet'