From b217b70b357d3e1e1fda7e1ffd14a2a96eace940 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Mon, 11 Sep 2023 14:39:57 +1000 Subject: [PATCH] mis-spelled script name --- install-koji-farm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-koji-farm.sh b/install-koji-farm.sh index 6a88f16..4329d5a 100644 --- a/install-koji-farm.sh +++ b/install-koji-farm.sh @@ -129,7 +129,7 @@ koji-deploy-hub.sh $DEBUG # deploy the web koji components if [[ $KOJI_WEB_FQDN = $KOJI_HUB_FQDN ]] ; then # deploy locally (default) - koji_deploy_web.sh $KOJI_WEB_FQDN $DEBUG + koji-deploy-web.sh $KOJI_WEB_FQDN $DEBUG else # deploy remotely to $KOJI_WEB_FQDN # check that I can conmnect