Closed an unclosed bracket.

This commit is contained in:
Chris Magee 2015-11-05 12:30:25 +00:00
parent 65b07d5ec5
commit 44a2a290ff

View File

@ -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,