Skip to content

Commit c80a3f2

Browse files
committed
ci: correct path to lua script
1 parent fe21bf9 commit c80a3f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/update-builtin-textobjects.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
-- Execute as `nvim --headless -c "luafile ./scripts/update-readme.lua"`
1+
-- Execute as `nvim --headless -c "luafile ./scripts/update-builtin-textobjects.lua"`
22
local test_root = '.test-deps'
33
for _, name in ipairs({ 'config', 'data', 'state', 'cache' }) do
44
vim.env[('XDG_%s_HOME'):format(name:upper())] = test_root .. '/' .. name

0 commit comments

Comments
 (0)