Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn authored Mar 26, 2024
1 parent d6b52fd commit 256b01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get_latest/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
} else if (queryParams['platform'] == "macos") {
downloadUrl += "x64-osx.dmg"
} else if (queryParams['platform'] == "macos-arm") {
downloadUrl += "arm64-osx.dmg "
downloadUrl += "arm64-osx.dmg"
}
if (json['assets'].find(asset => asset["browser_download_url"] === downloadUrl)) {
return downloadUrl;
Expand Down

0 comments on commit 256b01c

Please sign in to comment.