Skip to content

Commit 5eaab54

Browse files
author
doapp-ryanp
committed
new region fix
1 parent 097bcc2 commit 5eaab54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/new_stage_region.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ CMD.prototype._createCfStack = Promise.method(function() {
266266
_this._JAWS._meta.projectRootPath,
267267
_this._JAWS._meta.projectJson.name,
268268
_this._stage,
269-
_this._JAWS._meta.projectJson.jawsBuckets[_this._region],
269+
_this._s3Bucket,
270270
'' // TODO: read email out of existing jaws-cf.json?
271271
)
272272
.then(function(cfData) {

0 commit comments

Comments
 (0)