From 8e3cfb77e6b2e02100b937a590dc8d55c0255ecf Mon Sep 17 00:00:00 2001 From: kylo252 <59826753+kylo252@users.noreply.github.com> Date: Fri, 1 Oct 2021 16:49:32 +0200 Subject: fix(installer): add missing update call (#1653) --- utils/installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/installer/install.sh b/utils/installer/install.sh index 82e02358..c26fd157 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -117,7 +117,7 @@ function main() { install_packer if [ -e "$LUNARVIM_RUNTIME_DIR/lvim/init.lua" ]; then - bash "$LUNARVIM_RUNTIME_DIR/lvim/utils/installer/update_lvim.sh" + update_lvim else if [ "$ARGS_LOCAL" -eq 1 ]; then link_local_lvim -- cgit v1.2.3