Skip to content

Commit f32c782

Browse files
committed
Change expected mac release asset name osx -> macos
1 parent 457c565 commit f32c782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/npm/install.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const packageJSON = require('./package.json');
77

88
// Determine the URL of the file.
99
const platformName = {
10-
'darwin': 'osx',
10+
'darwin': 'macos',
1111
'linux': 'linux',
1212
'win32': 'windows'
1313
}[process.platform];

0 commit comments

Comments
 (0)