Add missing comma on puppet provisioner file

This commit is contained in:
Fabio Rehm 2013-07-21 17:38:56 -03:00
parent fb14a33bc1
commit 4b299c9fc2
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ module VagrantPlugins
@machine.communicate.sudo(command) do |type, data|
if !data.empty?
@machine.env.ui.info(data, :new_line => false :prefix => false)
@machine.env.ui.info(data, :new_line => false, :prefix => false)
end
end
end