Skip to content

Commit

Permalink
fix: the GHES versions are now strings
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Aug 11, 2023
1 parent ac455cb commit 0e7b47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ async function run(version) {
if (/^ghes-/.test(asset.name)) {
if (
!currentGHESVersions.includes(
parseFloat(asset.name.substr("ghes-".length)),
asset.name.substr("ghes-".length)),
)
) {
continue;
Expand Down

0 comments on commit 0e7b47c

Please sign in to comment.