Fix indentation

MAILPOET-4237
This commit is contained in:
John Oleksowicz
2024-01-31 13:58:07 -06:00
committed by John Oleksowicz
parent fcc4be330c
commit a78a31f110
3 changed files with 6 additions and 6 deletions

View File

@@ -5,8 +5,8 @@ set -e
source $PWD/.env
if [ "$MP_GIT_HOOKS_ENABLE" != "true" ]; then
echo "MP_GIT_HOOKS_ENABLE is not set to 'true', skipping lint-staged-css."
exit 0
echo "MP_GIT_HOOKS_ENABLE is not set to 'true', skipping lint-staged-css."
exit 0
fi
if [ "$MP_GIT_HOOKS_STYLELINT" = "true" ]; then

View File

@@ -5,8 +5,8 @@ set -e
source $PWD/.env
if [ "$MP_GIT_HOOKS_ENABLE" != "true" ]; then
echo "MP_GIT_HOOKS_ENABLE is not set to 'true', skipping lint-staged-js"
exit 0
echo "MP_GIT_HOOKS_ENABLE is not set to 'true', skipping lint-staged-js"
exit 0
fi
if [ "$MP_GIT_HOOKS_ESLINT" = "true" ]; then

View File

@@ -5,8 +5,8 @@ set -e
source $PWD/.env
if [ "$MP_GIT_HOOKS_ENABLE" != "true" ]; then
echo "MP_GIT_HOOKS_ENABLE is not set to 'true'. Skipping lint-staged-php."
exit 0
echo "MP_GIT_HOOKS_ENABLE is not set to 'true'. Skipping lint-staged-php."
exit 0
fi
if [ "$MP_GIT_HOOKS_PHPLINT" = "true" ]; then