Skip to content

Commit

Permalink
Fix the validate_postcode_patterns.php script
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanz committed Feb 8, 2019
1 parent f23ce25 commit af2e201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/validate_postalcode_patterns.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
continue;
}

$definition = file_get_contents('raw/' . $countryCode . '.json');
$definition = file_get_contents('assets/google/' . $countryCode . '.json');
$definition = json_decode($definition, TRUE);
// If country definition has zip examples, check if they pass validation.
if (isset($definition['zipex'])) {
Expand Down

0 comments on commit af2e201

Please sign in to comment.