aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2024-07-09 10:18:59 -0400
committerAdam Harrison <adamdharrison@gmail.com>2024-07-09 10:18:59 -0400
commitf5b150d65a6984bbc680593abed89f7d8a7711c7 (patch)
treee51470415516d2e79a95091794dafa02e85f0d45 /src
parent1cf4f05df305513e6b7907513bd69fe05c276ce9 (diff)
downloadlite-xl-plugin-manager-f5b150d65a6984bbc680593abed89f7d8a7711c7.tar.gz
lite-xl-plugin-manager-f5b150d65a6984bbc680593abed89f7d8a7711c7.zip
Removed duplicatge line.
Diffstat (limited to 'src')
-rw-r--r--src/lpm.lua1
1 files changed, 0 insertions, 1 deletions
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