Remove potential new line at the end of .sha512 files during the update

This commit is contained in:
erwanlr
2015-04-25 15:27:13 +01:00
parent 371f1df830
commit e6751e0d89

View File

@@ -37,7 +37,7 @@ class DbUpdater
res = Browser.get(url, request_params)
fail DownloadError, res if res.timed_out? || res.code != 200
res.body
res.body.chomp
end
def local_file_path(filename)