Skip to content

Commit 5e9c2e2

Browse files
authored
Merge pull request #33 from ayodejiayodele/main
Change Elite badge to bright green colour
2 parents 7359c8b + 9367084 commit 5e9c2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deploymentfrequency.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ function Main ([string] $ownerRepo,
180180
elseif ($deploymentsPerDay -gt $dailyDeployment)
181181
{
182182
$rating = "Elite"
183-
$color = "green"
183+
$color = "brightgreen"
184184
$displayMetric = [math]::Round($deploymentsPerDay,2)
185185
$displayUnit = "per day"
186186
}

0 commit comments

Comments
 (0)