commands/cap: require_relative

This commit is contained in:
Mitchell Hashimoto 2015-10-08 10:42:10 -04:00
parent 0b2d60ac39
commit 50638b2e55
1 changed files with 1 additions and 1 deletions

View File

@ -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