Skip to content

Commit

Permalink
Merge pull request #323 from aufi/fix_sftp_require_users_ssa
Browse files Browse the repository at this point in the history
Fix require net/sftp for Users SSA
(cherry picked from commit 55e14e6)

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1531606
  • Loading branch information
carbonin authored and simaishi committed Jan 5, 2018
1 parent 36602ce commit 9de8568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/gems/pending/util/MiqSshUtil.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'net/ssh'
require 'net/sftp'

class MiqSshUtil
attr_reader :status, :host
Expand Down

0 comments on commit 9de8568

Please sign in to comment.