Browse Source

fix shfmt issue

Abouzar Parvan 4 năm trước cách đây
mục cha
commit
3bfa31aaa0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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() {