Skip to content

Commit a583f58

Browse files
committed
required changes
1 parent 39c0980 commit a583f58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/build.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ func (c buildConfig) Prompt() (buildConfig, error) {
406406
{
407407
Name: "push",
408408
Prompt: &survey.Confirm{
409-
Message: "Push image after build?",
409+
Message: "Push image to your registry after build?",
410410
Default: c.Push,
411411
},
412412
},
@@ -422,7 +422,7 @@ func (c buildConfig) Prompt() (buildConfig, error) {
422422
{
423423
Name: "baseImage",
424424
Prompt: &survey.Input{
425-
Message: "Optional base image for your function (host builder only):",
425+
Message: "Optional base image for your function (empty for default):",
426426
Default: c.BaseImage,
427427
},
428428
},

0 commit comments

Comments
 (0)