Skip to content

Commit

Permalink
new region fix
Browse files Browse the repository at this point in the history
  • Loading branch information
doapp-ryanp committed Sep 22, 2015
1 parent 097bcc2 commit 5eaab54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/new_stage_region.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 5eaab54

Please sign in to comment.