aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/write-lockfile.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/write-lockfile.lua b/scripts/write-lockfile.lua
index a264af83c..5dac838d6 100755
--- a/scripts/write-lockfile.lua
+++ b/scripts/write-lockfile.lua
@@ -2,7 +2,7 @@
vim.opt.runtimepath:append('.')
-- Load previous lockfile
-local filename = require('nvim-treesitter.utils').get_package_path('lockfile.json')
+local filename = require('nvim-treesitter.shell_cmds').get_package_path('lockfile.json')
local file = assert(io.open(filename, 'r'))
local lockfile = vim.json.decode(file:read('*a'))
file:close()