diff options
author | Abouzar Parvan <[email protected]> | 2021-08-04 05:32:45 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-04 05:32:45 +0000 |
commit | 3bfa31aaa0f4353b474348c262ab17b3caa367e0 (patch) | |
tree | 323a66b0f3df0a0ff88699d1f3d7473f0e208792 | |
parent | e504e1f08cde5893cf6a6c39fd1029fced21b996 (diff) |
fix shfmt issue
-rwxr-xr-x | utils/installer/install.sh | 2 |
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() { |