Fix `uninitialized constant` error in `vagrant powershell` command

This commit is contained in:
Michael Kuzmin 2015-12-05 17:24:58 +03:00
parent c20e1bb594
commit 546649fb9e
1 changed files with 1 additions and 0 deletions

View File

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