mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Fix module name for cleanup_disks in HyperV driver
This commit is contained in:
parent
441b81c704
commit
a6e025f3f0
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ require "log4r"
|
|||
require "vagrant/util/experimental"
|
||||
|
||||
module VagrantPlugins
|
||||
module Hyperv
|
||||
module HyperV
|
||||
module Cap
|
||||
module CleanupDisks
|
||||
LOGGER = Log4r::Logger.new("vagrant::plugins::hyperv::cleanup_disks")
|
||||
|
|
|
|||
Loading…
Reference in a new issue