From e34a2c537f18c40a285814a453a3716e92ed7b17 Mon Sep 17 00:00:00 2001 From: Kevin Jones Date: Tue, 17 Jun 2025 13:15:11 -0400 Subject: [PATCH] rm -rf NVIDIA --- pkg/cmd/hello/hello.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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)