Skip to content

Commit f234feb

Browse files
att
1 parent 5a4c6c8 commit f234feb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/private_machine_methods/cli_iteraction.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@ private_lua_ship_machine_methods.build = function(self_obj, name)
1616

1717

1818
local command = self_obj.provider .. " build -t " .. name .. " -f " .. filename .. " . " .. redirect
19-
print("Executing command:" .. command)
2019
local ok = private_lua_ship.os_execute(command)
2120
if not ok then
2221
private_lua_ship.error("unable to execute command:\n" .. command)
2322
end
24-
--private_lua_ship.os_remove(filename)
23+
private_lua_ship.os_remove(filename)
2524
return name
2625
end
2726

0 commit comments

Comments
 (0)