mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Closed an unclosed bracket.
This commit is contained in:
parent
65b07d5ec5
commit
44a2a290ff
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user