diff --git a/util/printer/printer.go b/util/printer/printer.go index 17f8e5a..1f9ff82 100644 --- a/util/printer/printer.go +++ b/util/printer/printer.go @@ -94,7 +94,7 @@ func formatIpGeoData(ip string, data *ipgeo.IPGeoData) string { if data.City != "" { res = append(res, data.City) } - if data.City != "" { + if data.Owner != "" { res = append(res, data.Owner) } }