Add missing comma on puppet provisioner file
This commit is contained in:
parent
fb14a33bc1
commit
4b299c9fc2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue