Commit db121c8
committed
Fix the
The code that generates the `minimal` module type is supposed, at some
point, to select classes, individuals, and annotation properties.
However, the rule is incorrectly written as
--select "classes individual annotation-properties"
which is incorrect because the keyword that ROBOT expects to select
individuals is `individuals` (with a final `-s`) -- `individual` without
a `-s` is ignored.minimal module type.1 parent a8230e7 commit db121c8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
736 | 736 | | |
737 | 737 | | |
738 | 738 | | |
739 | | - | |
| 739 | + | |
740 | 740 | | |
741 | 741 | | |
742 | 742 | | |
| |||
0 commit comments