From 30d2c6ffce62a5c5661a5a94ab1f8d695afea101 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 12 Jul 2017 08:56:45 +0200 Subject: [PATCH] Remove a not required newline from Vagrantfile Dummy change to publish the docs to the new location. Change-Id: I9130a966945a7bf70d40f4485c11d08e0bb41a59 --- Vagrantfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index a3872e0..8e5a603 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -46,5 +46,4 @@ Vagrant.configure(2) do |config| node.vm.provision "shell", inline: "/vagrant/contrib/install.sh -i faafo -r worker -m 'amqp://guest:guest@10.0.88.10:5672/' -e 'http://10.0.88.20'" end - end