mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-06-04 22:32:49 -04:00
guests/coreos: Use require_relative in plugin defn
This commit is contained in:
parent
7906718347
commit
249cda879d
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ module VagrantPlugins
|
|||
description "CoreOS guest support."
|
||||
|
||||
guest("coreos", "linux") do
|
||||
require File.expand_path("../guest", __FILE__)
|
||||
require_relative "guest"
|
||||
Guest
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue