Skip to content

Commit

Permalink
Merge pull request #240 from arwineap/master
Browse files Browse the repository at this point in the history
Fixup typo otps -> opts (2.1.1 error)
  • Loading branch information
geemus committed Sep 4, 2018
2 parents b5f6455 + 765b709 commit 6fba3f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/core/ssh.rb
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def merge_default_options_into(options)
# https://github.com/net-ssh/net-ssh/pull/524
opts = { :paranoid => false, :verify_host_key => false }.merge(options)
if Net::SSH::VALID_OPTIONS.include? :verify_host_key
otps.delete(:paranoid)
opts.delete(:paranoid)
end
opts
end
Expand Down

0 comments on commit 6fba3f3

Please sign in to comment.