Skip to content

Commit

Permalink
Spelling of Success
Browse files Browse the repository at this point in the history
"Sucess" -> "Success"
  • Loading branch information
md2perpe authored Nov 8, 2022
1 parent 8bdbad1 commit 63489a4
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 63489a4

Please sign in to comment.