Skip to content

Commit 56d16e1

Browse files
authored
Merge pull request #745 from FabioPedretti/master
Enable color by default when running on a terminal
2 parents 3fd633b + b608da0 commit 56d16e1

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)