Skip to content

Commit

Permalink
fix(installer): remove missing , when copying code to clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Nov 27, 2023
1 parent f96d086 commit 8f7dd57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ local function install()

vim.fn.setreg('"', {
"local rocks_config = {",
' rocks_path = "' .. install_path .. '"',
' rocks_path = "' .. install_path .. '",',
' luarocks_binary = "' .. luarocks_binary .. '",',
"}",
"",
Expand Down

0 comments on commit 8f7dd57

Please sign in to comment.