new region fix

This commit is contained in:
doapp-ryanp 2015-09-22 10:50:12 -05:00
parent 097bcc21be
commit 5eaab54cee

View File

@ -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) {