fix relative path
This commit is contained in:
parent
1cd1033093
commit
47e57a7cd9
|
@ -12,7 +12,7 @@ module VagrantPlugins
|
||||||
DESC
|
DESC
|
||||||
|
|
||||||
command("ps") do
|
command("ps") do
|
||||||
require_relative "../command"
|
require_relative "command"
|
||||||
init!
|
init!
|
||||||
Command
|
Command
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue