From 13585a0e42aba025e467e0244234c999c2bd1ffb Mon Sep 17 00:00:00 2001 From: Nathaniel Wesley Filardo Date: Wed, 12 Oct 2022 02:06:48 +0100 Subject: [PATCH] bugfix: cdb ingest --relative --- cdb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdb b/cdb index a88a3c7..32540fd 100755 --- a/cdb +++ b/cdb @@ -305,7 +305,7 @@ mksubcmd(function(c) local sth_superseder_by_hash = assert(sql_mk_superseder_find_by_hash(dbh)) local path_crush = - args.relative and function(p) plpath.relpath(p, args.relative) end + args.relative and function(p) return plpath.relpath(p, args.relative) end or plpath.basename local function explain_found_hash(h, p) -- 2.50.1