Explorar el Código

fix shfmt issue

Abouzar Parvan hace 4 años
padre
commit
3bfa31aaa0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/installer/install.sh

+ 1 - 1
utils/installer/install.sh

@@ -160,7 +160,7 @@ asktoinstallnode() {
 
 asktoinstallgit() {
 	echo "git not found, please install git"
-  exit
+        exit
 }
 
 asktoinstallpip() {