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