1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

prefer 'all' for all roles

This commit is contained in:
seenmyfate 2013-02-22 17:32:16 +00:00
parent cb9d793746
commit 18a4d13988

View file

@ -48,7 +48,7 @@ module Capistrano
roles[name] roles[name]
end end
def all_roles def all
roles.values.flatten roles.values.flatten
end end