diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index badbce45e4..6fcc8e7910 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -59,7 +59,7 @@ DATAGREPPER_CATEGORY = 'pagure' ### The URL to use to clone git repositories. {% if env == 'staging' %} -GIT_URL_SSH = 'ssh://git@pkgs.stg.fedoraproject.org/' +GIT_URL_SSH = 'ssh://{username}@pkgs.stg.fedoraproject.org/' GIT_URL_GIT = 'https://src.stg.fedoraproject.org/' {% else %} GIT_URL_SSH = 'ssh://{username}@pkgs.fedoraproject.org/'