diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/update-parsers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
