Skip to content

Commit

Permalink
revert to old format for later versions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Feb 29, 2024
1 parent 3af1a67 commit 9a2c48e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ async function run() {
}

function urlFormat(vsn) {
if (cmp(vsn, '0.8.5') >= 0) return PLRL_URL_FMT_LEGACY
if (cmp(vsn, '0.6.23') >= 0) return PLRL_URL_FMT
return PLRL_URL_FMT_LEGACY
}
Expand Down

0 comments on commit 9a2c48e

Please sign in to comment.