color change

This commit is contained in:
jash
2018-11-04 18:49:48 +01:00
committed by kexkey
parent b62506dc48
commit 1af608bf5f

View File

@@ -7,7 +7,7 @@ const capitalise = function( txt ) {
};
const prefix = function() {
return chalk.bold.red(capitalise(name)+': ');
return chalk.green(capitalise(name)+': ');
};
const hasAuthKeys = function( props ) {