From 949728238d286cfcc434f9778b14e6d78e9aa8b2 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Sat, 22 Apr 2023 21:47:25 -0400 Subject: [PATCH] spacing --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 10367fef..1c2d1017 100755 --- a/install.sh +++ b/install.sh @@ -404,7 +404,7 @@ install_hook() { ZM_DETECT_VERSION=`./hook/zm_detect.py --bareversion` - if ["$ZM_DETECT_VERSION" == ""]; then + if [ "$ZM_DETECT_VERSION" == "" ]; then echo "Failed to detect hooks version." else echo "__version__ = \"${ZM_DETECT_VERSION}\"" > hook/zmes_hook_helpers/__init__.py