From d859a3b75207f75f31165aacf0ec0dc137fae5b1 Mon Sep 17 00:00:00 2001 From: Dan Dunckel Date: Thu, 15 Oct 2015 12:36:19 -0700 Subject: [PATCH] Somehow I missed this param while resolving conflicts --- plugins/communicators/winrm/communicator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/communicators/winrm/communicator.rb b/plugins/communicators/winrm/communicator.rb index d4d14e064..ade021aad 100755 --- a/plugins/communicators/winrm/communicator.rb +++ b/plugins/communicators/winrm/communicator.rb @@ -194,7 +194,7 @@ module VagrantPlugins # in place. # # @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__) script = Vagrant::Util::TemplateRenderer.render(path, options: { interactive: interactive,