From 44a2a290ffd8fcff34fb771bc408ae3be3484dec Mon Sep 17 00:00:00 2001 From: Chris Magee Date: Thu, 5 Nov 2015 12:30:25 +0000 Subject: [PATCH] Closed an unclosed bracket. --- lib/commands/project_new.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,