diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2024-07-09 10:18:59 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2024-07-09 10:18:59 -0400 |
commit | f5b150d65a6984bbc680593abed89f7d8a7711c7 (patch) | |
tree | e51470415516d2e79a95091794dafa02e85f0d45 /src/lpm.lua | |
parent | 1cf4f05df305513e6b7907513bd69fe05c276ce9 (diff) | |
download | lite-xl-plugin-manager-f5b150d65a6984bbc680593abed89f7d8a7711c7.tar.gz lite-xl-plugin-manager-f5b150d65a6984bbc680593abed89f7d8a7711c7.zip |
Removed duplicatge line.
Diffstat (limited to 'src/lpm.lua')
-rw-r--r-- | src/lpm.lua | 1 |
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 |