From: Michael Tremer Date: Tue, 19 May 2020 17:38:18 +0000 (+0000) Subject: location-query: Fix typo in "aut-num" X-Git-Tag: 0.9.1~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03cd80969b7c81d7afdff2d87e13d1165af83d29;p=people%2Fms%2Flibloc.git location-query: Fix typo in "aut-num" Signed-off-by: Michael Tremer --- diff --git a/src/python/location-query.in b/src/python/location-query.in index 1768dc4..c13feb1 100644 --- a/src/python/location-query.in +++ b/src/python/location-query.in @@ -372,7 +372,7 @@ class CLI(object): f.write(format % ("country:", n.country_code)) if n.asn: - f.write(format % ("autnum:", n.asn)) + f.write(format % ("aut-num:", n.asn)) # Print all flags for flag in flags: