Update browse.go

This commit is contained in:
jlsestak 2021-05-23 12:23:33 -07:00 committed by GitHub
parent b8de5c87e1
commit bab7b498ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ import (
"github.com/spf13/cobra"
)
func NewCmdBrowse(f *cmdutil.Factory) *cobra.Command {
cmd := &cobra.Command{
@ -43,3 +44,4 @@ func openInBrowser(cmd *cobra.Command, f *cmdutil.Factory) {
cs.Green("✓"),
cs.Bold(ghrepo.FullName(baseRepo)))
}
//making pull request