Remove a not required newline from Vagrantfile

Dummy change to publish the docs to the new location.

Change-Id: I9130a966945a7bf70d40f4485c11d08e0bb41a59
This commit is contained in:
Christian Berendt 2017-07-12 08:56:45 +02:00
parent d7cb6577a6
commit 30d2c6ffce
1 changed files with 0 additions and 1 deletions

1
Vagrantfile vendored
View File

@ -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