summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2016-04-06 00:38:40 +0100
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2016-04-06 00:59:36 +0100
commit58bdc99ebe658a15fbeccb5902bd3e4cd0ac5537 (patch)
tree52945b11777404c9654d98764f6b8b6c73e3f942 /Vagrantfile
parentfbaa883b9400fb4ca3eb2a3d0b9d39f9896dbcb2 (diff)
downloadybd-58bdc99ebe658a15fbeccb5902bd3e4cd0ac5537.tar.gz
Rename install.sh => install_dependencies.sh
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 057fe7a..449bd04 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
config.vm.provision "shell", inline: <<-SHELL
cd /src
- ./ybd/install.sh
+ ./ybd/install_dependencies.sh
git clone git://git.baserock.org/baserock/baserock/definitions
echo "base: /src" > ybd/ybd.conf
SHELL