Skip to content

Commit 8129fb3

Browse files
authored
Merge pull request cli#4171 from mahdyar/chore/make-gh-status-clickable
chore: make gh status link clickable
2 parents a508fee + db74830 commit 8129fb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/gh/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ func printError(out io.Writer, err error, cmd *cobra.Command, debug bool) {
262262
if debug {
263263
fmt.Fprintln(out, dnsError)
264264
}
265-
fmt.Fprintln(out, "check your internet connection or githubstatus.com")
265+
fmt.Fprintln(out, "check your internet connection or https://githubstatus.com")
266266
return
267267
}
268268

cmd/gh/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func Test_printError(t *testing.T) {
4343
debug: false,
4444
},
4545
wantOut: `error connecting to api.github.com
46-
check your internet connection or githubstatus.com
46+
check your internet connection or https://githubstatus.com
4747
`,
4848
},
4949
{

0 commit comments

Comments
 (0)