Merge branch 'master' of github.com:jaws-framework/JAWS

This commit is contained in:
doapp-ryanp 2015-09-27 22:51:35 -05:00
commit 775dacc3ea

View File

@ -160,7 +160,7 @@ CMD.prototype._installFiles = Promise.method(function(tempDirPath) {
var targetModPath = path.join(awsModsPath, awsmJson.name);
if (!_this._delExisting && utils.dirExistsSync(targetModPath)) {
throw new JawsError('Modlue named ' + awsmJson.name + ' already exists in your project', JawsError.errorCodes.UNKNOWN);
throw new JawsError('Module named ' + awsmJson.name + ' already exists in your project', JawsError.errorCodes.UNKNOWN);
}
if (