diff --git a/pkg/cmd/hello/hello.go b/pkg/cmd/hello/hello.go index 7d6af6ba..87b385fd 100644 --- a/pkg/cmd/hello/hello.go +++ b/pkg/cmd/hello/hello.go @@ -124,11 +124,10 @@ func RunOnboarding(t *terminal.Terminal, user *entity.User, store HelloStore) er s := "Hey " + GetFirstName(user.Name) + " 👋\n" - s += "\n\nI'm excited you installed NVIDIA Brev. Let's get you started!\n" - s += "\nbtw, reach out if you need anything" - s += t.Yellow("brev-support@nvidia.com") + s += "\n\nI'm excited you installed Brev. Let's get you started!\n" + s += "\nbtw, reach out if you need anything " + t.Yellow("brev-support@nvidia.com") - s += "\n\nNVIDIA Brev is a dev tool for creating and sharing GPU accelerated instances" + s += "\n\nBrev is a dev tool for creating and sharing GPU accelerated instances" s += "\nRun " + t.Green("brev ls") + " to see your instances 👇\n" wg.Add(2)