Fixes for the 'all' hook

This commit is contained in:
emanuele-f 2020-01-22 16:54:33 +01:00
parent 76c4736b73
commit eafa80da09
5 changed files with 21 additions and 6 deletions

View file

@ -79,7 +79,7 @@ for hook, config in pairs(hooks_config) do
end
result.hooks[hook] = table.merge(config, {
label = label,
label = label or "",
})
end