Skip to content

Commit 84d5d5c

Browse files
committed
fix typo
1 parent 40e2551 commit 84d5d5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hermetic_build/common/model/generation_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def _owlbot_yaml_config_from_yaml(
259259
return None
260260

261261
addition_data = _optional(owlbot_yaml_data, "addition", None)
262-
remove_data = _optional(owlbot_yaml_data, "remove", None)
262+
removal_data = _optional(owlbot_yaml_data, "remove", None)
263263

264264
addition = None
265265
remove = None

0 commit comments

Comments
 (0)