From 3ce64ac29da9cac2889a8d624cd0199080ccaf45 Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Mon, 11 Sep 2023 15:05:49 +1000 Subject: [PATCH] spurious $ --- koji-setup/koji-deploy-web.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koji-setup/koji-deploy-web.sh b/koji-setup/koji-deploy-web.sh index 37c37ea..34365b6 100644 --- a/koji-setup/koji-deploy-web.sh +++ b/koji-setup/koji-deploy-web.sh @@ -2,7 +2,7 @@ # SPDX-License-Identifier: Apache-2.0 set -e -$KOJI_WEB_FQDN=$1 +KOJI_WEB_FQDN=$1 DEBUG= SILENT="-s" QUIET="-q"