From a7bff66dc0e527a6a9620a47fe03f82209b12ea3 Mon Sep 17 00:00:00 2001 From: Beka Westberg Date: Thu, 6 Oct 2022 13:07:10 -0700 Subject: [PATCH] chore: fix typo in renamings database (#6498) --- scripts/migration/renamings.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/migration/renamings.json5 b/scripts/migration/renamings.json5 index cbe6c8b47..540fd08e5 100644 --- a/scripts/migration/renamings.json5 +++ b/scripts/migration/renamings.json5 @@ -1360,7 +1360,7 @@ { oldName: 'Blockly.PHP', newExport: 'phpGenerator', - newPath: 'Blockly.php', + newPath: 'Blockly.PHP', }, { oldName: 'Blockly.Python',