From c5c5f34667c6604a30418b6dec7286678eec82d7 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Tue, 21 Jan 2014 19:46:17 +0100 Subject: [PATCH] Fix collect_project, add missing info.cache argument Signed-off-by: Tobias Ulmer --- plugins/collect_project.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/collect_project.lua b/plugins/collect_project.lua index bfa4800..0e3011a 100644 --- a/plugins/collect_project.lua +++ b/plugins/collect_project.lua @@ -242,8 +242,8 @@ local function build_collect_project(info, r, return_flags) return false, e:cat(re) end end - rc, re = cache.fetch_file(file.server, file.location, destdir, - nil, cache_flags) + rc, re = cache.fetch_file(info.cache, file.server, file.location, + destdir, nil, cache_flags) if not rc then return false, e:cat(re) end -- 2.39.5