File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 61
61
62
62
if ( stable !== null ) {
63
63
// 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 ;
65
65
document . getElementById ( "olympus-linux-latest-link" ) . href = stable . linuxDownload ;
66
66
67
67
// 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 ) ;
70
70
const artifactInstructionsLinux = document . getElementById ( "olympus-linux-artifact-instructions" ) ;
71
71
artifactInstructionsLinux . parentNode . removeChild ( artifactInstructionsLinux ) ;
72
72
}
You can’t perform that action at this time.
0 commit comments