commands/cap: require_relative
This commit is contained in:
parent
0b2d60ac39
commit
50638b2e55
|
@ -9,7 +9,7 @@ module VagrantPlugins
|
|||
DESC
|
||||
|
||||
command("cap", primary: false) do
|
||||
require File.expand_path("../command", __FILE__)
|
||||
require_relative "command"
|
||||
Command
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue