From a78a31f1109e38409aab8e8d5c47c0cf3930b587 Mon Sep 17 00:00:00 2001 From: John Oleksowicz Date: Wed, 31 Jan 2024 13:58:07 -0600 Subject: [PATCH] Fix indentation MAILPOET-4237 --- mailpoet/tasks/lint-staged-css.sh | 4 ++-- mailpoet/tasks/lint-staged-js.sh | 4 ++-- mailpoet/tasks/lint-staged-php.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mailpoet/tasks/lint-staged-css.sh b/mailpoet/tasks/lint-staged-css.sh index 6d4589e669..f4af94e456 100755 --- a/mailpoet/tasks/lint-staged-css.sh +++ b/mailpoet/tasks/lint-staged-css.sh @@ -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 diff --git a/mailpoet/tasks/lint-staged-js.sh b/mailpoet/tasks/lint-staged-js.sh index 19ef34546d..1cbbb06870 100755 --- a/mailpoet/tasks/lint-staged-js.sh +++ b/mailpoet/tasks/lint-staged-js.sh @@ -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 diff --git a/mailpoet/tasks/lint-staged-php.sh b/mailpoet/tasks/lint-staged-php.sh index 3380e261d1..01b0adecad 100755 --- a/mailpoet/tasks/lint-staged-php.sh +++ b/mailpoet/tasks/lint-staged-php.sh @@ -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