Added --believegn flag to believe Geonames over patron data where they conflict
[migration-tools.git] / enrich_zips
index 8f51a62..3c52e24 100755 (executable)
@@ -71,7 +71,7 @@ while (<>) {
        if ($makezips) {
                if ($city ne $dbcity || $state ne $dbstate) {
                        if ($believegn) {
-                               $city = $dbcity;
+                               $city  = $dbcity;
                                $state = $dbstate;
                        }
                }