Skip to content

Commit 81ec625

Browse files
committed
Merge pull request #352 from e2/e2-fix_bootstrap_term_colors
Correctly reset term colors in bootstrap script
2 parents 0a34fb1 + 2af0f29 commit 81ec625

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/bootstrap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
set -e
44

5-
info_msg="\e[0;32m[INFO]\e[0;30m"
6-
error_msg="\e[0;31mFAILED\e[0;30m"
5+
info_msg="\e[0;32m[INFO]\e[39;39m"
6+
error_msg="\e[0;31mFAILED\e[39;49m"
77

88
function output_error_log {
99
[[ -f error.log ]] && ( cat error.log >&2; rm error.log)

0 commit comments

Comments
 (0)