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

@ -114,6 +114,7 @@ module VagrantPlugins
end
end
end
end
# Quote and escape strings for shell execution, thanks to Capistrano.
def quote_and_escape(text, quote = '"')