Procházet zdrojové kódy

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

Matthew Winter před 2 roky
rodič
revize
be0bcaf8ff
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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
 }