mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Fix the /etc/cgit-projects pointer.
This commit is contained in:
@@ -48,7 +48,7 @@ def construct_url(slug):
|
||||
|
||||
repo = repodir + ".git"
|
||||
|
||||
with open('/etc/cgit-projects-lockbox01', 'r') as f:
|
||||
with open('/etc/cgit-projects-batcave', 'r') as f:
|
||||
lines = [line.strip() for line in f.readlines()]
|
||||
|
||||
if repo in lines and slug:
|
||||
|
||||
Reference in New Issue
Block a user