Somehow I missed this param while resolving conflicts
This commit is contained in:
parent
9d87be51da
commit
d859a3b752
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue