Skip to content

Commit

Permalink
Add missed cisco_ios_connection to train-core. (#436)
Browse files Browse the repository at this point in the history
This is required in transports/ssh.rb, so
needs to be included in the gem.

Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
  • Loading branch information
marcparadise authored and miah committed Apr 23, 2019
1 parent b1f55bf commit cafe05e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions train-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ CORE_TRANSPORTS = [
'lib/train/transports/mock.rb',
'lib/train/transports/ssh.rb',
'lib/train/transports/ssh_connection.rb',
'lib/train/transports/cisco_ios_connection.rb',
'lib/train/transports/winrm.rb',
'lib/train/transports/winrm_connection.rb',
].freeze
Expand Down

0 comments on commit cafe05e

Please sign in to comment.