Skip to content

Commit 2387bc5

Browse files
authored
chore: update minimal_init.lua to reflect scm rockspec naming changes
1 parent fb0782c commit 2387bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/minimal_init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function M.make_luarock()
6060
"--lua-version=5.1",
6161
"--tree=" .. install_destination,
6262
"make",
63-
rest_nvim_dir .. "/rest.nvim-scm-2.rockspec",
63+
rest_nvim_dir .. "/rest.nvim-scm-1.rockspec",
6464
})
6565

6666
local sysname = vim.uv.os_uname().sysname:lower()

0 commit comments

Comments
 (0)