diff --git a/lib/reporters.go b/lib/reporters.go index a7cd30d..c6c0c2d 100644 --- a/lib/reporters.go +++ b/lib/reporters.go @@ -31,7 +31,7 @@ func ReportText(results []Result, out io.Writer) error { } fmt.Fprintf(w, "\nStatus:\t") for code := range m.StatusCodes { - fmt.Fprintf(w, "%d\t", code) + fmt.Fprintf(w, "%s\t", code) } fmt.Fprintln(w, "\n\nError Set:")