summaryrefslogtreecommitdiff
path: root/scripts/update-data.php
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-data.php')
-rw-r--r--scripts/update-data.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-data.php b/scripts/update-data.php
index 728cd67..e0d53cc 100644
--- a/scripts/update-data.php
+++ b/scripts/update-data.php
@@ -52,7 +52,7 @@ foreach ($rows as $row) {
}
printf("- Export code to name map\n");
-$codeToNameHandler->export(__DIR__.'/../resources/code-to-name.php');
+$codeToNameHandler->export(__DIR__.'/../resources/names.php');
printf("- Export top level list\n");
$topLevelHandler->export(__DIR__.'/../resources/top-levels.php');