From be0bcaf8ff657f2c24fde50267d7182150f4b8cf Mon Sep 17 00:00:00 2001 From: Matthew Winter <33818+wintermi@users.noreply.github.com> Date: Mon, 24 Apr 2023 23:13:01 +1000 Subject: fix: add missing LF to install script (#4075) --- utils/installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/installer/install.sh') diff --git a/utils/installer/install.sh b/utils/installer/install.sh index 7bc1968d..a1bf94c4 100755 --- a/utils/installer/install.sh +++ b/utils/installer/install.sh @@ -439,7 +439,7 @@ function setup_lvim() { "$INSTALL_PREFIX/bin/$NVIM_APPNAME" --headless -c 'quitall' - echo "Lazy setup complete" + printf "\nLazy setup complete" verify_core_plugins } -- cgit v1.2.3