]> git.e2factory.org Git - e2factory.git/commitdiff
Fix collect_project, add missing info.cache argument
authorTobias Ulmer <tu@emlix.com>
Tue, 21 Jan 2014 18:46:17 +0000 (19:46 +0100)
committerTobias Ulmer <tu@emlix.com>
Wed, 16 Nov 2016 14:41:17 +0000 (15:41 +0100)
Signed-off-by: Tobias Ulmer <tu@emlix.com>
plugins/collect_project.lua

index bfa480043f54293149e48e74d6392f82a43971fb..0e3011a09d9af0e12987647ffad2572151656521 100644 (file)
@@ -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