incorrect call

This commit is contained in:
Trevor Batley 2023-09-11 15:22:53 +10:00
parent 5e4c89ffa9
commit 1895cb0154

View File

@ -179,7 +179,7 @@ fi
# 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 each FQDN in ${KOJI_HUB_FQDN} ; do
deploy_builder($FQDN) deploy_builder $FQDN
done done
else else
# otherwise prompt for builders # otherwise prompt for builders
@ -197,7 +197,7 @@ else
FQDN=$KOJI_HUB_FQDN FQDN=$KOJI_HUB_FQDN
fi fi
fi fi
deploy_builder($FQDN) deploy_builder $FQDN
((BSNO=BSNO+1)) ((BSNO=BSNO+1))
done done
fi fi