lib/vagrant-winrm-s/shell.rb in vagrant-winrm-s-0.0.2 vs lib/vagrant-winrm-s/shell.rb in vagrant-winrm-s-0.0.3

- old
+ new

@@ -20,11 +20,11 @@ def initialize(host, username, password, options = {}) super(host, username, password, options) @logger = Log4r::Logger.new("vagrant::communication::winrmsshell") - @transport = options[:transport] || :plaintext - @protocol = (options[:transport] == :ssl) ? "https" : "http" + @transport = options[:transport] || :plaintext + @protocol = (options[:transport] == :ssl) ? "https" : "http" end protected def new_session