Fix path translation to /mnt/koji

This commit is contained in:
Mustafa Gezen 2021-05-04 13:49:58 +00:00
parent 56d6196431
commit 5a57bf1696
1 changed files with 1 additions and 2 deletions

View File

@ -104,6 +104,5 @@ image_build = {
}
translate_paths = [
("/mnt/koji", "https://koji.mbox.rocky.org/pkgs"),
("/compose", "http://172.22.0.123/compose"),
("/mnt/koji", "https://koji.rockylinux.org/kojifiles"),
]