whoops, inverted last commit

This commit is contained in:
Zane C. B-H 2019-04-14 22:37:40 -05:00
parent 8e055b5dd4
commit 944816751d
1 changed files with 2 additions and 2 deletions

View File

@ -771,9 +771,9 @@ sub colorize{
}
if ( $^O =~ 'linux' ){
$item=color($self->nextColor).$left.' '.color($self->nextColor).$proc->{wchan};
}else{
$item=color($self->nextColor).$left.' '.color($self->nextColor);
}else{
$item=color($self->nextColor).$left.' '.color($self->nextColor).$proc->{wchan};
}
}else{