diff --git a/ofborg/src/tasks/massrebuilder.rs b/ofborg/src/tasks/massrebuilder.rs index 904a111..81be24b 100644 --- a/ofborg/src/tasks/massrebuilder.rs +++ b/ofborg/src/tasks/massrebuilder.rs @@ -310,7 +310,7 @@ impl worker::SimpleWorker for MassRebuildWorker { let mut status = CommitStatus::new( repo.statuses(), job.pr.head_sha.clone(), - String::from("Meta Field Checks"), + String::from("grahamcofborg-eval-check-meta"), String::from("config.nix: checkMeta = true"), None );