This commit is contained in:
doapp-ryanp 2015-09-28 16:16:25 -05:00
parent 46b1b345b8
commit 920ccaffb5

View File

@ -425,7 +425,7 @@ exports.cfUpdateLambdasStack = function(JAWS, stage, region, lambdaRoleArn) {
var _this = this,
awsProfile = JAWS._meta.profile,
projRootPath = JAWS._meta.projectRootPath,
bucketName = JAWS._this._JAWS.getJawsBucket(region, stage),
bucketName = JAWS.getJawsBucket(region, stage),
projName = JAWS._meta.projectJson.name;
_this.configAWS(awsProfile, region);