Rocky is used twice

This commit is contained in:
Louis Abel 2021-11-10 16:51:32 -07:00
parent 1915cf2a27
commit 2d0b95d158
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ source $(dirname "$0")/common
MAJ=${RLVER}
# sync all pieces of a release, including extras, nfv, etc
for COMPOSE in Rocky "${NONSIG_COMPOSE[@]}"; do
for COMPOSE in "${NONSIG_COMPOSE[@]}"; do
echo "${COMPOSE}: Syncing"
cd "/mnt/compose/${MAJ}/latest-${COMPOSE}-${MAJ}/compose" || { echo "${COMPOSE}: Failed to change directory"; break; }