mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Put $stdout in sync mode so that prompts are displayed correctly
git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@7166 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
parent
00134904f3
commit
c713de9548
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
*SVN*
|
||||
|
||||
* Put $stdout in sync mode, so that Net::SSH prompts are displayed [Jamis Buck]
|
||||
|
||||
* Make sure deploy:check aborts if it fails [Jamis Buck]
|
||||
|
||||
* Spelling correction in docs [Tim Carey-Smith]
|
||||
|
|
|
@ -37,6 +37,7 @@ module Capistrano
|
|||
# the CLI class is recommended.
|
||||
def initialize(args)
|
||||
@args = args.dup
|
||||
$stdout.sync = true # so that Net::SSH prompts show up
|
||||
end
|
||||
|
||||
# Mix-in the actual behavior
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue