From 256ff40cddee481c07b52a8c87dff20486eafe32 Mon Sep 17 00:00:00 2001 From: Tobias Ulmer Date: Wed, 20 Nov 2013 17:25:29 +0100 Subject: [PATCH] e2-new-source: generic_git.new_repository() has no flags argument any more Signed-off-by: Tobias Ulmer --- local/e2-new-source.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/local/e2-new-source.lua b/local/e2-new-source.lua index 01b2a03..9c10d82 100644 --- a/local/e2-new-source.lua +++ b/local/e2-new-source.lua @@ -258,9 +258,8 @@ local function e2_new_source(arg) -- local local lserver = info.root_server_name local llocation = string.format("in/%s/.git", name) - local flags = {} local rc, re = generic_git.new_repository(info.cache, lserver, llocation, - rserver, rlocation, flags) + rserver, rlocation) if not rc then return false, re end -- 2.39.5