Merge pull request #171 from shortjared/master

s/Modlue/Module/
This commit is contained in:
Ryan Pendergast 2015-09-27 22:22:15 -05:00
commit 00c23eb8ae

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 (