Sfoglia il codice sorgente

fix loading of regions

Chris Mague 7 anni fa
parent
commit
8041020ca9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      tasks/load_data.rake

+ 1 - 1
tasks/load_data.rake

@@ -19,7 +19,7 @@ namespace :load_data do
   task :regions do
     puts 'loading regions'
     j = NeoInfra::Aws.new
-    j.regions
+    j.load_regions
   end
 
   desc 'Load S3 Buckets'