diff --git a/npm-packages/meteor-installer/config.js b/npm-packages/meteor-installer/config.js index 1189460dfc..71e5ff0082 100644 --- a/npm-packages/meteor-installer/config.js +++ b/npm-packages/meteor-installer/config.js @@ -1,5 +1,5 @@ -const path = require('path'); const os = require('os'); +const path = require('path'); const METEOR_LATEST_VERSION = '2.12'; const sudoUser = process.env.SUDO_USER || ''; @@ -21,7 +21,7 @@ if (isWindows()) { } else { if (isRoot()) { console.info( - 'You are running the install script as root, without SUDO. This is not recommended and should be avoided. Continuing.' + 'You are running the install script as root, without SUDO. This is not recommended and should be avoided. Continuing.', ); } rootPath = os.homedir();