From bc287b3acbe8ca5132263e72fd4f202a5828137f Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Mon, 4 Sep 2023 11:23:38 +1000 Subject: [PATCH] mistype --- koji-setup/koji-deploy-hub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koji-setup/koji-deploy-hub.sh b/koji-setup/koji-deploy-hub.sh index 5328730..29d1eef 100644 --- a/koji-setup/koji-deploy-hub.sh +++ b/koji-setup/koji-deploy-hub.sh @@ -34,7 +34,7 @@ source "$SCRIPT_DIR"/koji-parameters.sh # pull down any required scripts if [ ! -f $SCRIPTS_DIR/koji-gencert.sh ] ; then - curl $SILENT $SCRIPT_GIT/koji-deploy-hub.sh > $SCRIPT_DIR/koji-deploy-hub.sh + curl $SILENT $SCRIPT_GIT/koji-gencert.sh > $SCRIPT_DIR/koji-gencert.sh fi # Install all the required packages (some live in the epel repo, so we need to install that too)