From ac1d0ff910f3d7c6e0452461e7fe7d12c3687971 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 31 Jan 2026 11:01:43 +0100 Subject: fix(scripts): guard against empty reply when checking new revisions --- scripts/update-parsers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/update-parsers.lua b/scripts/update-parsers.lua index 469865393..d3a33ad6c 100755 --- a/scripts/update-parsers.lua +++ b/scripts/update-parsers.lua @@ -64,7 +64,7 @@ for k, p in pairs(parsers) do sha = stdout[line] and vim.split(stdout[line], '\t')[1] end - if sha and info.revision ~= sha then + if sha and sha ~= '' and info.revision ~= sha then info.revision = sha updates[#updates + 1] = name end -- cgit v1.2.3-70-g09d2