From 2a9b72e586807d496151a3e30ead381cb6eacb45 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Wed, 17 May 2023 18:47:31 -0700 Subject: [PATCH] fix module portion --- sync/sync-to-staging.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync/sync-to-staging.sh b/sync/sync-to-staging.sh index e8923ad..4b4e5d1 100644 --- a/sync/sync-to-staging.sh +++ b/sync/sync-to-staging.sh @@ -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"