Ensure winrm helper is loaded for command

This commit is contained in:
Chris Roberts 2018-10-08 14:28:52 -07:00
parent d81abc1245
commit 3181b5c1f9
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
require 'optparse'
require "vagrant/util/safe_puts"
require_relative "../../communicators/winrm/helper"
module VagrantPlugins
module CommandWinRMConfig