diff --git a/client.go b/client.go index 7825408d4d..c4a1e3ceec 100644 --- a/client.go +++ b/client.go @@ -513,7 +513,7 @@ func (c *Client) Build(ctx context.Context, path string) (err error) { m := []string{ "Still building", - "Don't give up", + "Don't give up on me", "This is taking a while", "Still building"} ticker := time.NewTicker(5 * time.Second) diff --git a/cmd/build.go b/cmd/build.go index 5ed7719acb..e9b853c616 100644 --- a/cmd/build.go +++ b/cmd/build.go @@ -118,6 +118,7 @@ func runBuild(cmd *cobra.Command, _ []string, clientFn buildClientFn) (err error } return } + fmt.Println("Note: building a Function the first time will take longer than subsequent builds") } // We have the registry, so let's use it to derive the Function image name