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 26, 2016
1 parent 665372e commit a9b7746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/s3.rb
Expand Up @@ -19,7 +19,7 @@ def s3
rescue LoadError
Chef::Log.error("Missing gem 'aws-sdk'. Use the default aws recipe to install it first.")
end
@@s3 ||= Hash.new
@@s3 ||= {}
@@s3[new_resource.region] ||= create_aws_interface(::Aws::S3::Client)
end
end
Expand Down

0 comments on commit a9b7746

Please sign in to comment.