lib/oddb2xml/downloader.rb in oddb2xml-2.8.7 vs lib/oddb2xml/downloader.rb in oddb2xml-2.8.8

- old
+ new

@@ -384,10 +384,10 @@ class FirstbaseDownloader < Downloader BASE_URL = "https://www.firstbase.ch" include DownloadMethod def initialize(type = :orphan, options = {}) - @url = BASE_URL + "sites/default/files/2023-12/firstbase_healthcare_public_data-dump.xlsx" + @url = BASE_URL + "/sites/default/files/2023-12/firstbase_healthcare_public_data-dump.xlsx" end def download @file2save = File.join(DOWNLOADS, "firstbase.xlsx") report_download(@url, @file2save)