Skip to content

Commit

Permalink
Fix assignment-rules feature flag (RedHatInsights#1493)
Browse files Browse the repository at this point in the history
  • Loading branch information
kruai authored Sep 19, 2023
1 parent f72391c commit ad7849c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/feature_flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
logger = get_logger(__name__)

FLAG_INVENTORY_GROUPS = "hbi.api.inventory-groups"
FLAG_INVENTORY_ASSIGNMENT_RULES = "hbi.api.group-assignment-rules"
FLAG_INVENTORY_ASSIGNMENT_RULES = "hbi.group-assignment-rules"
FLAG_INVENTORY_CUSTOM_STALENESS = "hbi.custom-staleness"

FLAG_FALLBACK_VALUES = {
Expand Down

0 comments on commit ad7849c

Please sign in to comment.