Move polish function to truly running last

Signed-off-by: Micah Halter <micah@balena.io>
This commit is contained in:
Micah Halter
2022-03-29 23:44:55 +05:45
committed by Kabin Karki
parent d228663c10
commit 851a52fc19
+2 -4
View File
@@ -23,11 +23,9 @@ for _, source in ipairs(sources) do
end
end
local polish = utils.user_plugin_opts "polish"
utils.compiled()
local polish = utils.user_plugin_opts "polish"
if type(polish) == "function" then
polish()
end
-- keep this last:
utils.compiled()