Skip to content

Commit b608da0

Browse files
committed
Enable color by default when running on a terminal
1 parent 3fd633b commit b608da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysqltuner.pl

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ package main;
6868
"noinfo" => 0,
6969
"debug" => 0,
7070
"nocolor" => ( !-t STDOUT ),
71-
"color" => 0,
71+
"color" => ( -t STDOUT ),
7272
"forcemem" => 0,
7373
"forceswap" => 0,
7474
"host" => 0,

0 commit comments

Comments
 (0)