diff --git a/cli/npm/install.js b/cli/npm/install.js index 9350f682..875c38c0 100755 --- a/cli/npm/install.js +++ b/cli/npm/install.js @@ -7,7 +7,7 @@ const packageJSON = require('./package.json'); // Determine the URL of the file. const platformName = { - 'darwin': 'osx', + 'darwin': 'macos', 'linux': 'linux', 'win32': 'windows' }[process.platform];