From 3181b5c1f98627097493dc400926cb2b1a7e5e95 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 8 Oct 2018 14:28:52 -0700 Subject: [PATCH] Ensure winrm helper is loaded for command --- plugins/commands/winrm_config/command.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/commands/winrm_config/command.rb b/plugins/commands/winrm_config/command.rb index a2adeefa9..995eccf55 100644 --- a/plugins/commands/winrm_config/command.rb +++ b/plugins/commands/winrm_config/command.rb @@ -1,5 +1,6 @@ require 'optparse' require "vagrant/util/safe_puts" +require_relative "../../communicators/winrm/helper" module VagrantPlugins module CommandWinRMConfig