Skip to content

Commit

Permalink
Fix rules.rnc alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Sep 2, 2020
1 parent 7f8b98f commit fe412fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/autoyast-rnc/rules.rnc
Expand Up @@ -74,10 +74,10 @@ domain = element domain { MAP, (match_text & match_type?) }
haspcmica = element haspcmica { MAP, (match_text & match_type?) }
hostaddress = element hostaddress { MAP, (match_text & match_type?) }
hostid = element hostid { MAP, (match_text & match_type?) }
karch = element karch { MAP, (match_text & match_type?) }
linux = element linux { MAP, (match_text & match_type?) }
installed_product = element installed_product { MAP, (match_text & match_type?) }
installed_product_version = element installed_product_version { MAP, (match_text & match_type?) }
karch = element karch { MAP, (match_text & match_type?) }
linux = element linux { MAP, (match_text & match_type?) }
mac = element mac { MAP, (match_text & match_type?) }
memsize = element memsize { MAP, (match_text & match_type?) }
network = element network { MAP, (match_text & match_type?) }
Expand Down

0 comments on commit fe412fc

Please sign in to comment.