Skip to content

Commit

Permalink
Allow category or listentry in the AutoYaST profile
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed May 26, 2022
1 parent 4e44610 commit 5f65080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autoyast-rnc/online_update_configuration.rnc
Expand Up @@ -26,4 +26,4 @@ include_recommends = element include_recommends { BOOLEAN }
use_deltarpm = element use_deltarpm { BOOLEAN }
update_interval = element update_interval { STRING }
category_filter = element category_filter { LIST, category* }
category = element category { STRING }
category = element (category | listentry) { STRING }

0 comments on commit 5f65080

Please sign in to comment.