Tweak gh config set -h output format on auth login
This commit is contained in:
parent
0de3f678bc
commit
48a827ee34
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ func loginRun(opts *LoginOptions) error {
|
|||
|
||||
gitProtocol = strings.ToLower(gitProtocol)
|
||||
|
||||
fmt.Fprintf(opts.IO.ErrOut, "- gh config set -h%s git_protocol %s\n", hostname, gitProtocol)
|
||||
fmt.Fprintf(opts.IO.ErrOut, "- gh config set -h %s git_protocol %s\n", hostname, gitProtocol)
|
||||
err = cfg.Set(hostname, "git_protocol", gitProtocol)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue