Skip to content

Commit

Permalink
fix typo in ignore_class_not_found
Browse files Browse the repository at this point in the history
  • Loading branch information
ademariag committed May 9, 2024
1 parent c4751e8 commit ef27d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kapitan/inventory/inv_reclass.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def get_reclass_config(
"classes_uri": "classes",
"compose_node_name": compose_target_name,
"allow_none_override": True,
"ignore_class_not_found": ignore_class_not_found,
"ignore_class_notfound": ignore_class_not_found, # reclass has it mispelled
}
try:
from yaml import CSafeLoader as YamlLoader
Expand Down

0 comments on commit ef27d53

Please sign in to comment.