print repo url to stdout
This commit is contained in:
parent
8560c24f3f
commit
8dbbceaaaf
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ func forkRun(opts *ForkOptions) error {
|
|||
if connectedToTerminal {
|
||||
fmt.Fprintf(stderr, "%s Created fork %s\n", cs.SuccessIconWithColor(cs.Green), cs.Bold(ghrepo.FullName(forkedRepo)))
|
||||
} else {
|
||||
fmt.Fprintf(stderr, "Created fork %s\n", ghrepo.FullName(forkedRepo))
|
||||
fmt.Fprintln(opts.IO.Out, ghrepo.GenerateRepoURL(forkedRepo, ""))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue