From 3d506c01f092baedbb295637a6cf6062ff765ed4 Mon Sep 17 00:00:00 2001 From: "Eslam A. Hefnawy" Date: Sat, 21 Nov 2015 21:27:32 +0200 Subject: [PATCH] fixed logging for stage and region --- lib/defaults/actions/RegionCreate.js | 2 +- lib/defaults/actions/StageCreate.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/defaults/actions/RegionCreate.js b/lib/defaults/actions/RegionCreate.js index c71a8c906..38bc7e032 100644 --- a/lib/defaults/actions/RegionCreate.js +++ b/lib/defaults/actions/RegionCreate.js @@ -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(); diff --git a/lib/defaults/actions/StageCreate.js b/lib/defaults/actions/StageCreate.js index 381762f65..16b8f30b8 100644 --- a/lib/defaults/actions/StageCreate.js +++ b/lib/defaults/actions/StageCreate.js @@ -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();