Skip to content

Commit

Permalink
[aws|compute] code consistency fix
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus committed Dec 4, 2010
1 parent be0c265 commit f53136c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fog/aws/models/compute/images.rb
Expand Up @@ -44,7 +44,7 @@ def initialize(attributes)
super
end

def all(filters = self.filters)
def all(filters = filters)
self.filters = filters
data = connection.describe_images(filters).body
load(data['imagesSet'])
Expand Down

0 comments on commit f53136c

Please sign in to comment.