diff options
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index 6873ace46..0fc6f29cf 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -55,7 +55,7 @@ EOS # This just runs our update script, used on our offical box. $update = <<-EOS chown -R vagrant:vagrant /home/vagrant/.cpanm - su vagrant -c '/home/vagrant/fixmystreet/script/update ; exit $?' + su vagrant -c '/home/vagrant/fixmystreet/script/setup ; exit $?' if [ $? -eq 0 ]; then touch /tmp/success else |