Skip to content

Commit 9e449ed

Browse files
committed
fix color close code
1 parent 1439016 commit 9e449ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ run_php_cs_fixer() {
6666
fi
6767

6868
rerun_with_violation_details() {
69-
echo >&2 "\033[0;33mCoding guidelines pre-commit check failed.\033[1;0m"
70-
echo >&2 "\033[0;33mRunning check again in verbose mode ...\033[1;0m"
69+
echo >&2 "\033[0;33mCoding guidelines pre-commit check failed.\033[0m"
70+
echo >&2 "\033[0;33mRunning check again in verbose mode ...\033[0m"
7171

7272
"$php_cs_fixer_bin" fix --config="$config"\
7373
-vvv \

0 commit comments

Comments
 (0)