chore: Rename interpret name Okd.. string to OKD..
Some checks failed
Run Check Script / check (pull_request) Failing after 30s

This commit is contained in:
Jean-Gabriel Gill-Couture 2025-09-04 11:29:16 -04:00
parent 4fdc2e8a58
commit e7ccfe6969

View File

@ -28,7 +28,7 @@ impl<T: Topology + DhcpServer + TftpServer + HttpServer + Router> Score<T> for O
}
fn name(&self) -> String {
"OkdIpxeScore".to_string()
"OKDIpxeScore".to_string()
}
}