Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
fixed typo in ENV var for S3_REGION
Browse files Browse the repository at this point in the history
  • Loading branch information
chetan committed Nov 5, 2013
1 parent 63a774a commit fde9e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/02_wad.rb
Expand Up @@ -71,7 +71,7 @@ def s3_path
end

def s3_region
ENV['S3_REGON'] || 'eu-west-1'
ENV['S3_REGION'] || 'eu-west-1'
end

def s3_configure
Expand Down

0 comments on commit fde9e6a

Please sign in to comment.