ivars should be alphabetized
This commit is contained in:
parent
d5d9918e48
commit
afeb60c850
|
@ -17,10 +17,10 @@ module VagrantPlugins
|
||||||
end
|
end
|
||||||
|
|
||||||
def initialize(machine)
|
def initialize(machine)
|
||||||
|
@cmd_filter = CommandFilter.new()
|
||||||
|
@logger = Log4r::Logger.new("vagrant::communication::winrm")
|
||||||
@machine = machine
|
@machine = machine
|
||||||
@shell = nil
|
@shell = nil
|
||||||
@logger = Log4r::Logger.new("vagrant::communication::winrm")
|
|
||||||
@cmd_filter = CommandFilter.new()
|
|
||||||
|
|
||||||
@logger.info("Initializing WinRMCommunicator")
|
@logger.info("Initializing WinRMCommunicator")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue