mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix nil attribute
This commit is contained in:
parent
8674833d95
commit
6d27eaa559
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,8 @@ module Fog
|
|||
self.filters ||= {}
|
||||
super
|
||||
end
|
||||
|
||||
def all(filters = @filters)
|
||||
|
||||
def all(filters = self.filters)
|
||||
self.filters = filters
|
||||
data = connection.describe_images(filters).body
|
||||
load(data['imagesSet'])
|
||||
|
|
Loading…
Add table
Reference in a new issue