From 670bc889ef3e52590335cf7725a43aca4a1d5367 Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 17 Jun 2022 22:41:34 -0300 Subject: [PATCH] alpine: Chequear bien por error --- alpine.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine.lua b/alpine.lua index 6c4372f..1add0d3 100644 --- a/alpine.lua +++ b/alpine.lua @@ -94,7 +94,7 @@ end -- Returns nil when no failure, otherwise string error or apk's status code function alpine.make_world(rootfs_path, packages) - local world = alpine.write_file(rootfs_path, + local err = alpine.write_file(rootfs_path, "/etc/apk/world", utils.join_table(packages, "\n")) if err then return err end