Skip to content

Commit

Permalink
chore: Fix group-install 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 b474a5a commit 770bb33
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 @@ -26,7 +26,7 @@ model DnfModule {
/** Configuration of RPM groups install. */
"group-install"?: {
/** List of RPM groups to install. */
packages?: string,
packages: Array<string>,
/** Whether to install weak dependencies during the RPM group install or not. */
"install-weak-dependencies"?: boolean = true,
/** Whether to continue with the RPM group install if there are no packages available in the repository. */
Expand Down

0 comments on commit 770bb33

Please sign in to comment.