another spurious $

This commit is contained in:
Trevor Batley 2023-09-11 15:15:05 +10:00
parent 3ce64ac29d
commit 5e4c89ffa9

View File

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