Skip to content

Commit

Permalink
fixed typo in bugs and issue prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
gernotstarke committed Dec 7, 2023
1 parent 89681c5 commit d7b15cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/badge/badges.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ const ShieldsBugSuffix = "?query=label%3Abug%20is%3Aopen&label=bugs&color=red"
// LocalBadgeLocation is the constant for the file path of local badge images.
// we use these local versions to save remote-requests to shields.io
const LocalBadgeLocation = "/images/badges/"
const LocalIssueBadgePrefix = LocalBadgeLocation + "issue-"
const LocalBugBadgePrefix = LocalBadgeLocation + "bug-" +
const LocalIssueBadgePrefix = LocalBadgeLocation + "issues-"
const LocalBugBadgePrefix = LocalBadgeLocation + "bugs-" +
""
const LocalBadgeSvgThreshold = 20

Expand Down

0 comments on commit d7b15cb

Please sign in to comment.