Ensure winrm helper is loaded for command
This commit is contained in:
parent
d81abc1245
commit
3181b5c1f9
|
@ -1,5 +1,6 @@
|
|||
require 'optparse'
|
||||
require "vagrant/util/safe_puts"
|
||||
require_relative "../../communicators/winrm/helper"
|
||||
|
||||
module VagrantPlugins
|
||||
module CommandWinRMConfig
|
||||
|
|
Loading…
Reference in New Issue