Explorar el Código

fix loading of regions

Chris Mague hace 7 años
padre
commit
8041020ca9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'