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:
parent
cb9d793746
commit
18a4d13988
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue