Merge pull request #6643 from mkuzmin/util-powershell

Fix `uninitialized constant` error in `vagrant powershell` command
This commit is contained in:
Seth Vargo 2015-12-05 12:24:33 -05:00
commit 44eac3c819
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