Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Update style for latest rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed May 1, 2017
1 parent f1d4b9a commit fb112e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ task :test do
sh 'bats test/run.bats'
end

task default: %w(lint test)
task default: %w[lint test]
2 changes: 1 addition & 1 deletion lib/vagrant-s3auth/util.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module Util
# logic ourself.
#
# See: https://github.com/aws/aws-sdk-ruby/blob/ab0eb18d0ce0a515254e207dae772864c34b048d/aws-sdk-core/lib/aws-sdk-core/credential_provider_chain.rb#L42
AWS_ACCESS_KEY_ENV_VARS = %w(AWS_ACCESS_KEY_ID AMAZON_ACCESS_KEY_ID AWS_ACCESS_KEY).freeze
AWS_ACCESS_KEY_ENV_VARS = %w[AWS_ACCESS_KEY_ID AMAZON_ACCESS_KEY_ID AWS_ACCESS_KEY].freeze

DEFAULT_REGION = 'us-east-1'.freeze

Expand Down

0 comments on commit fb112e9

Please sign in to comment.