privisioners/shell: fix syntax error
This commit is contained in:
parent
286fd2f2f8
commit
4fc6fbeef6
|
@ -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 = '"')
|
||||
|
|
Loading…
Reference in New Issue