From 770bb335897dec5633bd282530cceae5f8955569 Mon Sep 17 00:00:00 2001 From: fiftydinar <65243233+fiftydinar@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:33:54 +0100 Subject: [PATCH] chore: Fix group-install typespec Co-authored-by: Gerald Pinder --- modules/dnf/dnf.tsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/dnf/dnf.tsp b/modules/dnf/dnf.tsp index 1e433d1d..be567382 100644 --- a/modules/dnf/dnf.tsp +++ b/modules/dnf/dnf.tsp @@ -26,7 +26,7 @@ model DnfModule { /** Configuration of RPM groups install. */ "group-install"?: { /** List of RPM groups to install. */ - packages?: string, + packages: Array, /** 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. */