chore: make gh status clickable
Adding https:// to githubstatus.com to make it clickable on terminal emulators
This commit is contained in:
parent
c84bfa9e66
commit
db74830e64
2 changed files with 2 additions and 2 deletions
|
|
@ -251,7 +251,7 @@ func printError(out io.Writer, err error, cmd *cobra.Command, debug bool) {
|
|||
if debug {
|
||||
fmt.Fprintln(out, dnsError)
|
||||
}
|
||||
fmt.Fprintln(out, "check your internet connection or githubstatus.com")
|
||||
fmt.Fprintln(out, "check your internet connection or https://githubstatus.com")
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ func Test_printError(t *testing.T) {
|
|||
debug: false,
|
||||
},
|
||||
wantOut: `error connecting to api.github.com
|
||||
check your internet connection or githubstatus.com
|
||||
check your internet connection or https://githubstatus.com
|
||||
`,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue