Skip to content

Commit 46ce65a

Browse files
authored
Merge pull request #196 from brevdev/update-hello-cmd
login: remove old react app example
2 parents 5c77486 + e5913fd commit 46ce65a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pkg/cmd/login/login.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,6 @@ func (o LoginOptions) showBreadCrumbs(t *terminal.Terminal, org *entity.Organiza
365365

366366
if len(allWorkspaces) == 0 {
367367
t.Vprintf(t.Green("create an instance:\n"))
368-
t.Vprintf(t.Yellow("\tbrev start https://github.com/brevdev/hello-react\n"))
369368
}
370369
if len(userWorkspaces) == 0 && len(allWorkspaces) > 1 {
371370
t.Vprintf(t.Green("list teammates instances:\n"))

pkg/cmd/ls/ls.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ func (ls Ls) displayWorkspacesAndHelp(org *entity.Organization, otherOrgs []enti
310310
ls.terminal.Vprintf(ls.terminal.Yellow("\tbrev ls --all\n"))
311311
} else {
312312
ls.terminal.Vprintf(ls.terminal.Green("Start a new instance:\n"))
313-
ls.terminal.Vprintf(ls.terminal.Yellow("\tbrev start https://github.com/brevdev/hello-react\n"))
314313
}
315314
if len(otherOrgs) > 1 {
316315
ls.terminal.Vprintf(ls.terminal.Green("Switch to another org:\n"))

0 commit comments

Comments
 (0)