diff --git a/lib/commands/new_stage_region.js b/lib/commands/new_stage_region.js index 405b709d2..914840c3c 100644 --- a/lib/commands/new_stage_region.js +++ b/lib/commands/new_stage_region.js @@ -266,7 +266,7 @@ CMD.prototype._createCfStack = Promise.method(function() { _this._JAWS._meta.projectRootPath, _this._JAWS._meta.projectJson.name, _this._stage, - _this._JAWS._meta.projectJson.jawsBuckets[_this._region], + _this._s3Bucket, '' // TODO: read email out of existing jaws-cf.json? ) .then(function(cfData) {