Skip to content

Commit

Permalink
Merge pull request #89 from md2perpe/patch-1
Browse files Browse the repository at this point in the history
Spelling of Success
  • Loading branch information
alefragnani authored Nov 10, 2022
2 parents 8bdbad1 + 63489a4 commit 2bd138b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Jenkins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ export function colorToBuildStatusName(color: string): string {

switch (color) {
case "blue" :
return 'Sucess';
return 'Success';
case "blue_anime":
return 'Sucess';
return 'Success';

case "red" :
return 'Failed';
Expand Down

0 comments on commit 2bd138b

Please sign in to comment.