Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed May 30, 2023
1 parent d00150c commit 9497282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -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
Expand Down

0 comments on commit 9497282

Please sign in to comment.