guests/pld: Use require_relative

This commit is contained in:
Seth Vargo 2016-06-05 17:10:15 -04:00
parent 15cac4fd21
commit 665534e620
No known key found for this signature in database
GPG Key ID: 905A90C2949E8787
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ module VagrantPlugins
description "PLD Linux guest support."
guest("pld", "redhat") do
require File.expand_path("../guest", __FILE__)
require_relative "guest"
Guest
end