mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-21 17:17:28 +01:00
another spurious $
This commit is contained in:
parent
3ce64ac29d
commit
5e4c89ffa9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user