mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Make sure to require the net-ssh prompter file explicitly
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7118 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
e1d3027e0b
commit
71de275182
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ module Capistrano
|
|||
|
||||
net_ssh_dependencies = %w(connection/services connection/channel connection/driver
|
||||
service/agentforward/services service/agentforward/driver
|
||||
service/process/driver
|
||||
service/process/driver util/prompter
|
||||
service/forward/services service/forward/driver service/forward/local-network-handler service/forward/remote-network-handler
|
||||
lenient-host-key-verifier
|
||||
transport/compress/services transport/compress/zlib-compressor transport/compress/none-compressor transport/compress/zlib-decompressor transport/compress/none-decompressor
|
||||
|
|
Loading…
Reference in a new issue