diff --git a/pkg/cmd/browse/browse.go b/pkg/cmd/browse/browse.go index 3a1698051..cd3344600 100644 --- a/pkg/cmd/browse/browse.go +++ b/pkg/cmd/browse/browse.go @@ -39,8 +39,7 @@ func openInBrowser(cmd *cobra.Command, f *cmdutil.Factory) { // ATTN: add into the empty string where you want to go within the repo repoUrl := ghrepo.GenerateRepoURL(baseRepo, "") f.Browser.Browse(repoUrl) - fmt.Fprintf(w, "%s Now opening %s in browser . . .\n%s", + fmt.Fprintf(w, "%s Now opening %s in browser . . .\n", cs.Green("✓"), - cs.Bold(ghrepo.FullName(baseRepo)), - help) + cs.Bold(ghrepo.FullName(baseRepo))) }