Skip to content

Commit

Permalink
Fix Rubocop offense
Browse files Browse the repository at this point in the history
  • Loading branch information
zl4bv committed Jan 14, 2016
1 parent 67d1f41 commit a84bdeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/s3.rb
Expand Up @@ -14,7 +14,7 @@ def region
end

def s3
@@s3 ||= Hash.new
@@s3 ||= {}
@@s3[new_resource.region] ||= create_aws_interface(::Aws::S3::Client)
end
end
Expand Down

0 comments on commit a84bdeb

Please sign in to comment.