浏览代码

shfmt correct fix (#1221)

Abouzar Parvan 4 年之前
父节点
当前提交
120590b8ec
共有 1 个文件被更改,包括 1 次插入1 次删除
  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() {