wrong field name

This commit is contained in:
Trevor Batley 2023-09-11 17:47:02 +10:00
parent 7d140480cb
commit c5a7e494c5

View File

@ -217,7 +217,7 @@ deploy_builder () {
# if builders added as command line parameters, use those
if [ $KOJI_BUILD_FQDNS ] ; then
for FQDN in ${KOJI_HUB_FQDNS} ; do
for FQDN in ${KOJI_BUILD_FQDNS} ; do
deploy_builder $FQDN
done
else