Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinvanrijn authored Aug 20, 2024
1 parent 82da298 commit f34a64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ function writeReadme() {
}

// Resolved corrections
if(d[k].type === 'github' && d[k].resolved.startsWith('EIGHTFINITE/top-user-agents#')) { // top-user-agents
d[k].resolved = 'EIGHTFINITE/top-user-agents#main'
if(d[k].type === 'github' && d[k].resolved.startsWith('EIGHTFINITE/top-user-agents-1#')) { // top-user-agents
d[k].resolved = 'EIGHTFINITE/top-user-agents-1#main'
}

// Version
Expand Down

0 comments on commit f34a64d

Please sign in to comment.