Fix `uninitialized constant` error in `vagrant powershell` command
This commit is contained in:
parent
c20e1bb594
commit
546649fb9e
|
@ -1,5 +1,6 @@
|
||||||
require "optparse"
|
require "optparse"
|
||||||
|
|
||||||
|
require "vagrant/util/powershell"
|
||||||
require_relative "../../communicators/winrm/helper"
|
require_relative "../../communicators/winrm/helper"
|
||||||
|
|
||||||
module VagrantPlugins
|
module VagrantPlugins
|
||||||
|
|
Loading…
Reference in New Issue