Somehow I missed this param while resolving conflicts

This commit is contained in:
Dan Dunckel 2015-10-15 12:36:19 -07:00
parent 9d87be51da
commit d859a3b752
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ module VagrantPlugins
# in place. # in place.
# #
# @return The wrapper command to execute # @return The wrapper command to execute
def wrap_in_scheduled_task(command) def wrap_in_scheduled_task(command, interactive)
path = File.expand_path("../scripts/elevated_shell.ps1", __FILE__) path = File.expand_path("../scripts/elevated_shell.ps1", __FILE__)
script = Vagrant::Util::TemplateRenderer.render(path, options: { script = Vagrant::Util::TemplateRenderer.render(path, options: {
interactive: interactive, interactive: interactive,