bin/cloudstrap-dns in cloudstrap-0.37.6.pre vs bin/cloudstrap-dns in cloudstrap-0.37.9.pre
- old
+ new
@@ -19,11 +19,11 @@
puts <<-EOS
# #{gem.name} v#{gem.version}
# #{gem.summary}
EOS
-route53 = Cloudstrap::Amazon::Route53.new
config = Cloudstrap::Config.new
+route53 = Cloudstrap::Amazon::Route53.new region: config.region
abort "Cache not found! #{$PROGRAM_NAME} should be run *after* cloudstrap." unless Dir.exist? config.cache_path
cache = Moneta.new :File, dir: config.cache_path