From 3d8a1ec3fc21541e6840eafe0bc1f245c3250a96 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Mon, 8 Dec 2014 17:48:22 -0800 Subject: [PATCH] Fix some rename shit --- plugins/commands/login/plugin.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/commands/login/plugin.rb b/plugins/commands/login/plugin.rb index 10ab352cf..efb84a556 100644 --- a/plugins/commands/login/plugin.rb +++ b/plugins/commands/login/plugin.rb @@ -12,9 +12,9 @@ module VagrantPlugins DESC command(:login) do - require_relative "login" + require_relative "command" init! - Push + Command end action_hook(:cloud_authenticated_boxes, :authenticate_box_url) do |hook|