Skip to content

Commit 59c8c22

Browse files
committed
Rename 'mac' to 'macos'
... why did I bother renaming it in the first place
1 parent c15c852 commit 59c8c22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@
6161

6262
if (stable !== null) {
6363
// set the links to the latest stable
64-
document.getElementById("olympus-macos-latest-link").href = stable.macDownload;
64+
document.getElementById("olympus-macos-latest-link").href = stable.macosDownload;
6565
document.getElementById("olympus-linux-latest-link").href = stable.linuxDownload;
6666

6767
// remove the line saying "Click the '5 published' button under 'Related', then '...main' to download it." since those are now direct links.
68-
const artifactInstructionsMac = document.getElementById("olympus-macos-artifact-instructions");
69-
artifactInstructionsMac.parentNode.removeChild(artifactInstructionsMac);
68+
const artifactInstructionsMacOS = document.getElementById("olympus-macos-artifact-instructions");
69+
artifactInstructionsMacOS.parentNode.removeChild(artifactInstructionsMacOS);
7070
const artifactInstructionsLinux = document.getElementById("olympus-linux-artifact-instructions");
7171
artifactInstructionsLinux.parentNode.removeChild(artifactInstructionsLinux);
7272
}

0 commit comments

Comments
 (0)