summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-08-04 05:32:45 +0000
committerGitHub <[email protected]>2021-08-04 05:32:45 +0000
commit3bfa31aaa0f4353b474348c262ab17b3caa367e0 (patch)
tree323a66b0f3df0a0ff88699d1f3d7473f0e208792
parente504e1f08cde5893cf6a6c39fd1029fced21b996 (diff)
fix shfmt issue
-rwxr-xr-xutils/installer/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/install.sh b/utils/installer/install.sh
index 37be7ad5..2488ed51 100755
--- a/utils/installer/install.sh
+++ b/utils/installer/install.sh
@@ -160,7 +160,7 @@ asktoinstallnode() {
asktoinstallgit() {
echo "git not found, please install git"
- exit
+ exit
}
asktoinstallpip() {