fixed logging for stage and region

This commit is contained in:
Eslam A. Hefnawy 2015-11-21 21:27:32 +02:00
parent 869bda20d5
commit 3d506c01f0
2 changed files with 2 additions and 2 deletions

View File

@ -214,7 +214,7 @@ JAWS_DATA_MODEL_STAGE=${stage}`;
_createCfStack(cfTemplateUrl) {
let _this = this;
JawsCLI.log('Creating CloudFormation Stack for your new project (~5 mins)...');
JawsCLI.log('Creating CloudFormation Stack for your new region (~5 mins)...');
this._spinner = JawsCLI.spinner();
this._spinner.start();

View File

@ -210,7 +210,7 @@ JAWS_DATA_MODEL_STAGE=${stage}`;
_createCfStack(cfTemplateUrl) {
let _this = this;
JawsCLI.log('Creating CloudFormation Stack for your new project (~5 mins)...');
JawsCLI.log('Creating CloudFormation Stack for your new stage (~5 mins)...');
this._spinner = JawsCLI.spinner();
this._spinner.start();