fix module portion

This commit is contained in:
Louis Abel 2023-05-17 18:47:31 -07:00
parent 1cba3efaf6
commit 2a9b72e586
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ if [ $ret_val -eq "0" ]; then
echo "** Updating modules"
for arch in "${ARCHES[@]}"; do
for mod_repo in "${MODS_REPOS[@]}"; do
for mod_repo in "${MODS[@]}"; do
echo "Trying ${arch} ${mod_repo}..."
MOD_PATH="${TARGET}/${mod_repo}/${arch}/os/repodata"
MOD_YAML="/mnt/compose/${RLVER}_metadata/${arch}/${mod_repo}-modules.yaml"