From f37e249ad7d8e189850a1c2f6265606ad9052452 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Sat, 3 Feb 2018 09:44:16 -0500 Subject: [PATCH] fixup: pass acl to the mass rebuild worker --- ofborg/src/bin/mass-rebuilder.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ofborg/src/bin/mass-rebuilder.rs b/ofborg/src/bin/mass-rebuilder.rs index 0810fad..79732d2 100644 --- a/ofborg/src/bin/mass-rebuilder.rs +++ b/ofborg/src/bin/mass-rebuilder.rs @@ -36,6 +36,7 @@ fn main() { cloner, nix, cfg.github(), + cfg.acl(), cfg.runner.identity.clone(), events, );