Skip to content

Commit

Permalink
chore: Fix group-remove typespec
Browse files Browse the repository at this point in the history
Co-authored-by: Gerald Pinder <[email protected]>
  • Loading branch information
fiftydinar and gmpinder authored Dec 23, 2024
1 parent 63f745b commit b474a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dnf/dnf.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ model DnfModule {
/** Configuration of RPM groups removal. */
"group-remove"?: {
/** List of RPM groups to remove. */
packages?: string;
packages: Array<string>;
};

/** Configuration of RPM groups install. */
Expand Down

0 comments on commit b474a5a

Please sign in to comment.