bin/cloudstrap-dns in cloudstrap-0.42.1.pre vs bin/cloudstrap-dns in cloudstrap-0.42.2.pre
- old
+ new
@@ -20,10 +20,10 @@
# #{gem.name} v#{gem.version}
# #{gem.summary}
EOS
config = Cloudstrap::Config.new
-route53 = Cloudstrap::Amazon::Route53.new region: config.region
+route53 = Cloudstrap::Amazon::Route53.new config
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