From d58e547c4dc90dccd40dffad88c36e94aecd2623 Mon Sep 17 00:00:00 2001
From: Miro Hrončok <miro@hroncok.cz>
Date: Jan 30 2025 14:54:25 +0000
Subject: Avoid superfluous quotes in request-gated-side-tag help


    $ centpkg request-gated-side-tag
    Side tag 'c10s-build-side-3820-stack-gate' (id 3820) created.
    Use 'centpkg build --target=c10s-build-side-3820-stack-gate' to use it.
    Use '"koji -p stream" wait-repo c10s-build-side-3820-stack-gate' to wait for the build repo to be generated.

There is no such thing as  '"koji -p stream" wait-repo ...'.
I believe the quotes are superfluous.

Signed-off-by: Miro Hrončok <miro@hroncok.cz>

---

diff --git a/src/centpkg.conf b/src/centpkg.conf
index c6ab225..a1fa94b 100644
--- a/src/centpkg.conf
+++ b/src/centpkg.conf
@@ -8,7 +8,7 @@ gitbaseurl = git+ssh://git@gitlab.com/redhat/centos-stream/%(repo)s.git
 anongiturl = https://gitlab.com/redhat/centos-stream/%(repo)s.git
 branchre = .+\d$|.+\d-.+|master$
 kojiprofile = stream
-build_client = "koji -p stream"
+build_client = koji -p stream
 kerberos_realms = REDHAT.COM,IPA.REDHAT.COM
 lookaside_namespaced = True
 git_excludes =