Skip to content

Commit ec95e5f

Browse files
authored
Add space before email in hello CLI (#255)
1 parent f373016 commit ec95e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/hello/hello.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func RunOnboarding(t *terminal.Terminal, user *entity.User, store HelloStore) er
125125
s := "Hey " + GetFirstName(user.Name) + " 👋\n"
126126

127127
s += "\n\nI'm excited you installed NVIDIA Brev. Let's get you started!\n"
128-
s += "\nbtw, reach out if you need anything"
128+
s += "\nbtw, reach out if you need anything "
129129
s += t.Yellow("brev-support@nvidia.com")
130130

131131
s += "\n\nNVIDIA Brev is a dev tool for creating and sharing GPU accelerated instances"

0 commit comments

Comments
 (0)