mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Make 'roles' a normal server property
This commit is contained in:
parent
162e3aa41d
commit
76da34fe45
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module Capistrano
|
||||||
end
|
end
|
||||||
|
|
||||||
def roles
|
def roles
|
||||||
@roles ||= Set.new
|
properties.roles ||= Set.new
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue