Skip to content

Commit 46d557c

Browse files
committed
chore: Fix TSP for RepoFiles
1 parent 326fa86 commit 46d557c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/dnf/dnf.tsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ model RepoFiles {
7272
* This must be the ID of the repo
7373
* as seen in `dnf5 repolist`.
7474
*/
75-
disable?: Array<string>;
75+
remove?: Array<string>;
7676
}
7777

7878
model RepoCopr {

0 commit comments

Comments
 (0)