mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
guests/mint: Use require_relative in plugin
This commit is contained in:
parent
9976b2a515
commit
90b62a0943
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ module VagrantPlugins
|
|||
description "Mint guest support."
|
||||
|
||||
guest("mint", "ubuntu") do
|
||||
require File.expand_path("../guest", __FILE__)
|
||||
require_relative "guest"
|
||||
Guest
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue