Tweak gh config set -h output format on auth login

This commit is contained in:
Mislav Marohnić 2020-09-01 13:19:30 +02:00
parent 0de3f678bc
commit 48a827ee34

View file

@ -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