diff --git a/lib/capistrano/shell.rb b/lib/capistrano/shell.rb index ea8346ea8..5f843a74b 100644 --- a/lib/capistrano/shell.rb +++ b/lib/capistrano/shell.rb @@ -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