lib/s3sync/config.rb in s3sync-2.0.1 vs lib/s3sync/config.rb in s3sync-2.0.2

- old
+ new

@@ -72,10 +72,10 @@ return paths_checked end def read_from_env REQUIRED_VARS.each do |v| - self[v] = ENV[v.to_s] unless ENV[v.to_s].nil? + self[v.to_s] = ENV[v.to_s] unless ENV[v.to_s].nil? end end def read # Reading from file and then trying from env