Skip to content

Commit

Permalink
chore: Fix 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 770bb33 commit d8a9006
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 @@ -40,7 +40,7 @@ model DnfModule {
/** Configuration of RPM packages removal. */
"remove"?: {
/** List of RPM packages to remove. */
packages?: string,
packages: Array<string>,
/** Whether to remove unused dependencies during removal operation. */
"remove-unused-dependencies"?: boolean = true;
};
Expand Down

0 comments on commit d8a9006

Please sign in to comment.