Update browse.go
This commit is contained in:
parent
b8de5c87e1
commit
bab7b498ec
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue