Not an object anymore.

This commit is contained in:
joshaber
2015-12-28 14:28:50 -05:00
parent 2ccbdee48f
commit 9773adc8f8

View File

@@ -115,7 +115,7 @@ function bootstrap() {
command: moduleInstallCommand,
options: {env: moduleInstallEnv}
},
command: dedupeApmCommand + ' ' + packagesToDedupe.join(' ')
dedupeApmCommand + ' ' + packagesToDedupe.join(' ')
];
process.chdir(path.dirname(__dirname));