We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32898e7 commit de91d76Copy full SHA for de91d76
1 file changed
pkg/registry/defaults.go
@@ -111,15 +111,13 @@ var (
111
Name: "backend",
112
Prompt: &survey.Input{
113
Message: "Enter URL to the custom backend repository:",
114
- Help: "No need to specify `http://` or `https://` protocol.",
115
},
116
Validate: survey.Required,
117
118
{
119
Name: "frontend",
120
121
Message: "Enter URL to the custom frontend repository:",
122
123
Default: "none",
124
125
0 commit comments