Fix maintainers.py after updater repo deprecation

Change-Id: I7307e2be50e82985433f6191946eced200817b6b
This commit is contained in:
Michael Bestas
2018-01-10 23:43:13 +02:00
parent 4c845cf92b
commit 694893669a

View File

@@ -16,7 +16,7 @@ args = parser.parse_args()
# Paths to certain repos # Paths to certain repos
repo = { repo = {
"updater": "../../updater", "updater": "../../jenkins/updater",
"wiki": "../../wiki", "wiki": "../../wiki",
"hudson": "../../jenkins", "hudson": "../../jenkins",
"cve": "../../cve" "cve": "../../cve"