diff --git a/contrib/fedora/utils/makerepo.sh b/contrib/fedora/utils/makerepo.sh index a4360c68c3..7014c3038b 100755 --- a/contrib/fedora/utils/makerepo.sh +++ b/contrib/fedora/utils/makerepo.sh @@ -88,7 +88,7 @@ if [[ "$FEDPKG" == "" ]]; then URL="$(git config --get "remote.$REMOTE.url")" if [[ "$URL" = *'pkgs.devel.redhat.com'* ]]; then FEDPKG=rhpkg - elif [[ "$URL" = *'gitlab.com:redhat/centos-stream'* ]]; then + elif [[ "$URL" = *'gitlab.com'*'redhat/centos-stream'* ]]; then FEDPKG=centpkg elif [[ "$URL" = *'pkgs.fedoraproject.org/'* ]]; then FEDPKG=fedpkg