summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2022-01-03 11:07:34 +0100
committerGitHub <[email protected]>2022-01-03 11:07:34 +0100
commiteefc148313917b1a474ba7bdf44d6d088524074a (patch)
tree392306a7525dfb448c55282d6e2e08e64bbfe066 /Makefile
parent238e43e5b370ef17267c344954e28003cd26614a (diff)
refactor(bootstrap): more robust git module (#2127)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 61d59d22..aabe3d53 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ uninstall:
generate_plugins_sha:
@echo generating core-plugins latest SHA list
- lvim --headless -c 'lua require("lvim.utils").generate_plugins_sha("latest-sha.lua")' -c 'qall'
+ lvim --headless -c 'lua require("lvim.utils.git").generate_plugins_sha("latest-sha.lua")' -c 'qall'
lint: lint-lua lint-sh