]> git.ipfire.org Git - location/libloc.git/commitdiff
location-query: Fix typo in "aut-num"
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 May 2020 17:38:18 +0000 (17:38 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 19 May 2020 17:38:18 +0000 (17:38 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/python/location-query.in

index 1768dc4ed84148f38243fb43d6decbefe8b774a7..c13feb135c222d8724527ecba5b154e52a2b64d3 100644 (file)
@@ -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: