Skip to content

Commit

Permalink
fixed shell Thread.abort_on_exception bug
Browse files Browse the repository at this point in the history
  • Loading branch information
George Malamidis committed May 30, 2012
1 parent 195a9da commit 3e6586d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/capistrano/shell.rb
Expand Up @@ -251,10 +251,10 @@ def process_command(scope_type, scope_value, command)
puts "scoping #{scope_type} #{scope_value}"
end
end
end

# All open sessions, needed to satisfy the Command::Processable include
def sessions
configuration.sessions.values
# All open sessions, needed to satisfy the Command::Processable include
def sessions
configuration.sessions.values
end
end
end

0 comments on commit 3e6586d

Please sign in to comment.