From afeb60c850958f78bc8980dba1ce2260c38d84c2 Mon Sep 17 00:00:00 2001 From: Shawn Neal Date: Thu, 24 Apr 2014 07:50:24 -0700 Subject: [PATCH] ivars should be alphabetized --- plugins/communicators/winrm/communicator.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/communicators/winrm/communicator.rb b/plugins/communicators/winrm/communicator.rb index fe1d66f92..c9cfa8327 100644 --- a/plugins/communicators/winrm/communicator.rb +++ b/plugins/communicators/winrm/communicator.rb @@ -17,10 +17,10 @@ module VagrantPlugins end def initialize(machine) + @cmd_filter = CommandFilter.new() + @logger = Log4r::Logger.new("vagrant::communication::winrm") @machine = machine @shell = nil - @logger = Log4r::Logger.new("vagrant::communication::winrm") - @cmd_filter = CommandFilter.new() @logger.info("Initializing WinRMCommunicator") end