From 920ccaffb51df5cc8e71899fb193bf3e4c9c12bf Mon Sep 17 00:00:00 2001 From: doapp-ryanp Date: Mon, 28 Sep 2015 16:16:25 -0500 Subject: [PATCH] fix --- lib/utils/aws.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/aws.js b/lib/utils/aws.js index 4ad0064b4..1b72cec78 100644 --- a/lib/utils/aws.js +++ b/lib/utils/aws.js @@ -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);