aboutsummaryrefslogtreecommitdiff
path: root/src/lpm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/lpm.lua')
-rw-r--r--src/lpm.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lpm.lua b/src/lpm.lua
index 0d5879d..63343f8 100644
--- a/src/lpm.lua
+++ b/src/lpm.lua
@@ -584,8 +584,7 @@ function Plugin.is_path_different(path1, path2)
end
end
-function Plugin.is_plugin_different(downloaded_path, installed_path)
- print("K", downloaded_path, installed_path)
+function Plugin.is_plugin_different(downloaded_path, installed_path)
local is_downloaded_single = downloaded_path:find("%.lua$")
local is_installed_single = installed_path:find("%.lua$")
local target = is_downloaded_single and not is_installed_single and installed_path .. PATHSEP .. "init.lua" or installed_path