1
0
Fork 0
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:
Jamis Buck 2007-07-06 22:55:40 +00:00
parent 00134904f3
commit c713de9548
2 changed files with 3 additions and 0 deletions

View file

@ -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]

View file

@ -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