lib/tasks/ofac.rake in ofac-3.0.0 vs lib/tasks/ofac.rake in ofac-3.0.1
- old
+ new
@@ -1,7 +1,7 @@
namespace :ofac do
- desc "Loads the current file from http://www.treas.gov/offices/enforcement/ofac/sdn/delimit/index.shtml."
+ desc "Loads the current file from https://www.treasury.gov/resource-center/sanctions/SDN-List/Pages/default.aspx."
task :update_data => :environment do
OfacSdnIndividualLoader.load_current_sdn_file
end
end
\ No newline at end of file