X Tutup
Skip to content

Commit 48a827e

Browse files
committed
Tweak gh config set -h output format on auth login
1 parent 0de3f67 commit 48a827e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/auth/login/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ func loginRun(opts *LoginOptions) error {
262262

263263
gitProtocol = strings.ToLower(gitProtocol)
264264

265-
fmt.Fprintf(opts.IO.ErrOut, "- gh config set -h%s git_protocol %s\n", hostname, gitProtocol)
265+
fmt.Fprintf(opts.IO.ErrOut, "- gh config set -h %s git_protocol %s\n", hostname, gitProtocol)
266266
err = cfg.Set(hostname, "git_protocol", gitProtocol)
267267
if err != nil {
268268
return err

0 commit comments

Comments
 (0)
X Tutup