Ver Fonte

fix: add missing LF to install script (#4075)

Matthew Winter há 2 anos atrás
pai
commit
be0bcaf8ff
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      utils/installer/install.sh

+ 1 - 1
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
 }