Browse Source

fix shfmt issue

Abouzar Parvan 4 years ago
parent
commit
3bfa31aaa0
1 changed files with 1 additions and 1 deletions
  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() {