aboutsummaryrefslogtreecommitdiffstats
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/nvim-lsp-installer/installers/std.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-lsp-installer/installers/std.lua b/lua/nvim-lsp-installer/installers/std.lua
index 118d1624..ff0ceebd 100644
--- a/lua/nvim-lsp-installer/installers/std.lua
+++ b/lua/nvim-lsp-installer/installers/std.lua
@@ -30,7 +30,7 @@ function M.unzip(file, dest)
end,
win = shell.powershell(("Expand-Archive -Path %q -DestinationPath %q"):format(file, dest)),
},
- installers.always_succeed(M.delete_file, file),
+ installers.always_succeed(M.delete_file(file)),
}
end