Skip to content

Commit

Permalink
refactor: update Repo.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed Jun 11, 2022
1 parent 9a04ac0 commit b5045ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/Repo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ export class Repo {
* See Tag badges section of the /docs/badge-notes.md doc.
*/
tagBadge(tagType: TagTypes) {
const altText = `GitHub ${tagType}`,
imageTarget = this._tagBadgeUrl(tagType);
const altText = `GitHub ${tagType}`;
const imageTarget = this._tagBadgeUrl(tagType);

const linkTarget = `${this.ghURL()}/releases/`;

Expand Down

0 comments on commit b5045ac

Please sign in to comment.