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