]> git.ipfire.org Git - location/libloc.git/commitdiff
importer: Fix typo in SQL query
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 2 Mar 2024 09:57:25 +0000 (09:57 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 2 Mar 2024 09:57:25 +0000 (09:57 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scripts/location-importer.in

index c27634cd29d41086d03dd1891dc8010fb9c54069..0eb3f763cef39a2a25461ca087eaff8e82be02b4 100644 (file)
@@ -333,7 +333,7 @@ class CLI(object):
                                UNION
                                SELECT network FROM networks
                                UNION
-                               SEELCT network FROM network_feeds
+                               SELECT network FROM network_feeds
                                UNION
                                SELECT network FROM network_overrides
                                UNION