Przeglądaj źródła

shfmt correct fix (#1221)

Abouzar Parvan 4 lat temu
rodzic
commit
120590b8ec
1 zmienionych plików z 1 dodań i 1 usunięć
  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() {