Skip to content

Commit

Permalink
use transport options for command wrapper ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
arlimus committed Oct 21, 2015
1 parent 83fc857 commit ba915da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/train/transports/ssh_connection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def initialize(options)
@session = nil
@transport_options = @options.delete(:transport_options)
@cmd_wrapper = nil
@cmd_wrapper = CommandWrapper.load(self, @options)
@cmd_wrapper = CommandWrapper.load(self, @transport_options)
end

# (see Base::Connection#close)
Expand Down

1 comment on commit ba915da

@chef-delivery
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delivery Status:

Verify
Unit
Lint
Syntax

Please sign in to comment.