diff --git a/lib/commands/project_new.js b/lib/commands/project_new.js index 94dc40865..fde7faf85 100644 --- a/lib/commands/project_new.js +++ b/lib/commands/project_new.js @@ -158,7 +158,7 @@ CMD.prototype._prompt = Promise.method(function() { // Prompt: domain - for AWS hosted zone and more _this.Prompter.override.domain = _this._domain; - var domainDescription = 'Enter a project domain (You can change this at any time: '; + var domainDescription = 'Enter a project domain (You can change this at any time): '; _this._prompts.properties.domain = { description: domainDescription.yellow,