Skip to content

Commit

Permalink
Default to 'default_run_options[:pty] = true'
Browse files Browse the repository at this point in the history
This fixes a problem connecting to Ubuntu 10.04 Lucid
  • Loading branch information
mbailey committed Jun 3, 2010
1 parent d13ce38 commit ce5fe6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/depify
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ caprc = unindent(<<-FILE)
#
require 'deprec_minus_rails'
# Uncomment this to fix the following error:
# This fixes the following problem on Ubuntu Lucid (and others?)
# 'sudo: no tty present and no askpass program specified'
#
# default_run_options[:pty] = true
default_run_options[:pty] = true
FILE

Expand Down

0 comments on commit ce5fe6b

Please sign in to comment.