From 2d554cf2c2887ff2513467ef21778b6dcbb374cf Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Mon, 2 Oct 2023 14:04:52 +0530 Subject: lib/curl: curl.zip_to_local_file -> zip_link_to_file --- lib/curl.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/curl.lua b/lib/curl.lua index c8ae478..a152bd0 100644 --- a/lib/curl.lua +++ b/lib/curl.lua @@ -45,7 +45,7 @@ local get = function (url, headr, args) return fetch, tonumber(hcode) end -local zip_to_local_file = function (url, headr, out, retries) +local zip_link_to_file = function (url, headr, out, retries) local tries, hcode, zip, zcode tries = 0 @@ -66,5 +66,5 @@ end return { get = get, - zip_to_local_file = zip_to_local_file, + zip_link_to_file = zip_link_to_file, } -- cgit v1.2.3