summaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorStephen Finucane <stephenfinucane@hotmail.com>2016-08-30 00:35:38 +0100
committerStephen Finucane <stephenfinucane@hotmail.com>2016-09-01 19:15:35 +0100
commitc2085586d522fd45aad15899a26207fd6eb5c9c5 (patch)
tree0965fe11e6f64ba650608487faca090832be9a65 /Vagrantfile
parent7f4b27cb2da45b0fa3fe7ae412b9fa760543d36f (diff)
downloadpatchwork-c2085586d522fd45aad15899a26207fd6eb5c9c5.tar
patchwork-c2085586d522fd45aad15899a26207fd6eb5c9c5.tar.gz
docker: Move 'docker' directory to 'tools'
...like the Vagrant scripts (which have been renamed also). Signed-off-by: Stephen Finucane <stephenfinucane@hotmail.com> Acked-by: Daniel Axtens <dja@axtens.net>
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index b316d41..2ddbca0 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -22,5 +22,5 @@ Vagrant.configure(2) do |config|
# vb.memory = "1024"
# end
- config.vm.provision :shell, :path => "tools/install/install.sh"
+ config.vm.provision :shell, :path => "tools/vagrant/install.sh"
end