Skip to content

Commit

Permalink
Simplify enabled_state element in the rnc
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jan 29, 2019
1 parent f749883 commit fab3f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autoyast-rnc/configuration_management.rnc
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ configuration_management = element configuration_management {

formulas_root = element (path | listentry) { text }
states_root = element (path | listentry) { text }
enabled_state = element (enabled_state | listentry) { text }
enabled_state = element (state | listentry) { text }

0 comments on commit fab3f84

Please sign in to comment.