diff --git a/pkg/cmd/hello/hello.go b/pkg/cmd/hello/hello.go index 7d6af6ba..681fc93e 100644 --- a/pkg/cmd/hello/hello.go +++ b/pkg/cmd/hello/hello.go @@ -125,7 +125,7 @@ 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 += "\nbtw, reach out if you need anything " s += t.Yellow("brev-support@nvidia.com") s += "\n\nNVIDIA Brev is a dev tool for creating and sharing GPU accelerated instances"