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.
|
# 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,
|
||||||
|
|
Loading…
Reference in New Issue