diff --git a/tools/release/Bootstrap/Step/PatcherConfig.pm b/tools/release/Bootstrap/Step/PatcherConfig.pm index fa95a65479d0..98c57f7c9c74 100644 --- a/tools/release/Bootstrap/Step/PatcherConfig.pm +++ b/tools/release/Bootstrap/Step/PatcherConfig.pm @@ -287,9 +287,7 @@ sub BumpPatcherConfig { } } - if (! $patcherConfigObj->save_file($checkedOutPatcherConfig)) { - die("save_file() failed\n"); - } + $patcherConfigObj->save_file($checkedOutPatcherConfig); } sub Verify {