diff --git a/install-koji-farm.sh b/install-koji-farm.sh index 38f6f3f..cbfe822 100644 --- a/install-koji-farm.sh +++ b/install-koji-farm.sh @@ -232,9 +232,9 @@ deploy_builder () { if [ -z $KOJI_BUILD_FQDNS ] ; then # use hub if no builders entered - deploy-builder $KOJI_HUB_FQDN + deploy_builder $KOJI_HUB_FQDN elif [ $KOJI_BUILD_FQDNS = "prompt" ] ; then - # prompt for builders + # prompt for builders, if requested echo "We will now deploy koji to your build servers" MSG="Press to use your hub ($KOJI_HUB_FQDN), or enter the FQDN of your first build server) " BSNO=1