Skip to content

Commit

Permalink
td/scheduler: Use CAT authentication with the Sandcastle client
Browse files Browse the repository at this point in the history
Summary: Copied a little bit of what UTD does and a little bit from D56582585

Reviewed By: ndmitchell

Differential Revision: D59661623

fbshipit-source-id: 60e08f0a6d36b7803bc7a838cd428d40721bcb06
  • Loading branch information
Aniket Mathur authored and facebook-github-bot committed Jul 12, 2024
1 parent 600b96e commit 9fdfa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supertd/bin/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ pub fn main(fb: FacebookInit) -> anyhow::Result<()> {
#[cfg(fbcode_build)]
Args::Ranker(args) => ranker::main(args),
#[cfg(fbcode_build)]
Args::Rerun(args) => rerun::main(args),
Args::Rerun(args) => rerun::main(fb, args),
#[cfg(fbcode_build)]
Args::Scheduler(args) => scheduler::main(fb, args),
Args::Targets(args) => targets::main(args),
Expand Down

0 comments on commit 9fdfa7e

Please sign in to comment.