Commit 03cd8096 authored by Michael Tremer's avatar Michael Tremer

location-query: Fix typo in "aut-num"

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 010fe9b6
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment