fix evaluation-filter queue

This was a typo.
This commit is contained in:
Daiderd Jordan 2020-05-22 14:14:26 +02:00
parent 874bfcd028
commit cbaa7785a2
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -39,7 +39,7 @@ fn main() -> Result<(), Box<dyn Error>> {
no_wait: false,
})?;
let queue_name = String::from("mass-rebuild-check-jobs");
let queue_name = String::from("mass-rebuild-check-inputs");
chan.declare_queue(easyamqp::QueueConfig {
queue: queue_name.clone(),
passive: false,