diff --git a/tools/patcher/patcher2.pl b/tools/patcher/patcher2.pl index d5823449c6ba..04dc23aab86e 100755 --- a/tools/patcher/patcher2.pl +++ b/tools/patcher/patcher2.pl @@ -1112,7 +1112,7 @@ sub CreatePartialPatchinfo { #print STDERR "Generating TEST entry: $testPatch->{'info_path'}\n"; write_patch_info(patch => $testPatch, - schemaVersion => $to->{'schema'}); + schemaVer => $to->{'schema'}); } }