diff --git a/plugins/commands/ps/plugin.rb b/plugins/commands/ps/plugin.rb index 847b82c47..b108658bc 100644 --- a/plugins/commands/ps/plugin.rb +++ b/plugins/commands/ps/plugin.rb @@ -12,7 +12,7 @@ module VagrantPlugins DESC command("ps") do - require_relative "../command" + require_relative "command" init! Command end