From cdc523d5e1da7a4364ccb3a0efd7cc33daac824c Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Fri, 3 Nov 2023 22:02:03 +1100 Subject: [PATCH] added missing # on comment --- koji-setup/koji-bootstrap-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koji-setup/koji-bootstrap-build.sh b/koji-setup/koji-bootstrap-build.sh index d1c8b91..f975085 100755 --- a/koji-setup/koji-bootstrap-build.sh +++ b/koji-setup/koji-bootstrap-build.sh @@ -59,7 +59,7 @@ if [[ -n "$SRC_RPM_DIR" && -n "$BIN_RPM_DIR" ]]; then rm -rf "$STAGING_RPM_DIR" "$HOME/.koji" fi # Setup sme10 for building -sme10-os is the parent - all other sme10 repos will inherit most of this... +# sme10-os is the parent - all other sme10 repos will inherit most of this... RELEASE=10 PKGMANAGER = "yum" BOOTSTRAPIMAGE = "centos:7"