privisioners/shell: fix syntax error

This commit is contained in:
Mitchell Hashimoto 2014-04-11 21:43:15 -07:00
parent 286fd2f2f8
commit 4fc6fbeef6
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ module VagrantPlugins
comm.sudo(command) do |type, data|
handle_comm(type, data)
end
end
end
end