1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Green build color for fixed builds

This commit is contained in:
Jagdeep Singh
2018-06-22 14:56:29 +05:30
committed by GitHub
parent 82e4602dc3
commit 7961db6128

View File

@@ -72,6 +72,8 @@ func buildColor(build *Build) string {
return "yellow"
case "success":
return "green"
case "fixed":
return "green"
default:
return "white"
}