From f5b150d65a6984bbc680593abed89f7d8a7711c7 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Tue, 9 Jul 2024 10:18:59 -0400 Subject: Removed duplicatge line. --- src/lpm.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lpm.lua b/src/lpm.lua index eb28afb..4f8ceb1 100644 --- a/src/lpm.lua +++ b/src/lpm.lua @@ -1960,7 +1960,6 @@ function lpm.lite_xl_run(version, ...) end) local bottle = Bottle.new(lite_xl, addons, CONFIG) if not bottle:is_constructed() or REINSTALL then bottle:construct() end - if not bottle:is_constructed() or REINSTALL then bottle:construct() end return function() bottle:run(common.slice(arguments, i + 1)) if EPHEMERAL then bottle:destruct() end -- cgit v1.2.3