Skip to content

Commit 521a193

Browse files
committed
fix: typo again.
1 parent 84d5d5c commit 521a193

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hermetic_build/common/model/generation_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ def _owlbot_yaml_config_from_yaml(
261261
addition_data = _optional(owlbot_yaml_data, "addition", None)
262262
removal_data = _optional(owlbot_yaml_data, "remove", None)
263263

264-
addition = None
265-
remove = None
264+
additions = None
265+
removals = None
266266

267267
if addition_data:
268268
additions = _owlbot_yaml_addition_remove_from_yaml(addition_data)

0 commit comments

Comments
 (0)