spurious each

This commit is contained in:
Trevor Batley 2023-09-11 15:29:44 +10:00
parent 1895cb0154
commit 5dfc74d605

View File

@ -178,7 +178,7 @@ fi
# add builders # add builders
# if builders added as command line parameters, use those # if builders added as command line parameters, use those
if [ $KOJI_BUILD_FQDN ] ; then if [ $KOJI_BUILD_FQDN ] ; then
for each FQDN in ${KOJI_HUB_FQDN} ; do for FQDN in ${KOJI_HUB_FQDN} ; do
deploy_builder $FQDN deploy_builder $FQDN
done done
else else