Update pkg/doctor/doctor.go
Co-authored-by: John Gibb <johngibb@gmail.com>
This commit is contained in:
parent
8770a15fa6
commit
63226be170
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ func (d *Doctor) testProviderConnectivity() {
|
||||||
check.Details = append(check.Details, fmt.Sprintf("✓ %s: Reachable", name))
|
check.Details = append(check.Details, fmt.Sprintf("✓ %s: Reachable", name))
|
||||||
passed++
|
passed++
|
||||||
} else {
|
} else {
|
||||||
check.Details = append(check.Details, fmt.Sprintf("⚠️ %s: HTTP %d", name, resp.StatusCode))
|
check.Details = append(check.Details, fmt.Sprintf("⚠️ %s: HTTP %d %s", name, resp.StatusCode, resp.Status))
|
||||||
failed++
|
failed++
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue