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
repo = {
"updater": "../../updater",
"updater": "../../jenkins/updater",
"wiki": "../../wiki",
"hudson": "../../jenkins",
"cve": "../../cve"