From 1c13cb13ea97ce287ba79799c0939ab868386c4d Mon Sep 17 00:00:00 2001 From: Nam Nguyen Date: Fri, 24 May 2019 11:11:14 -0700 Subject: [PATCH] update --- tools/clean-up-jenkins-jobs.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/clean-up-jenkins-jobs.bash b/tools/clean-up-jenkins-jobs.bash index 42cf5275..37ae306f 100755 --- a/tools/clean-up-jenkins-jobs.bash +++ b/tools/clean-up-jenkins-jobs.bash @@ -115,7 +115,7 @@ function cleanJenkinsJobs() then postUpMessage else - info '\nnothing to clean up!' + echo -e "\n\033[1;32mnothing to clean up!\033[0m" fi }