From e7ccfe69696a98137c0dc37f3f875260294c6e01 Mon Sep 17 00:00:00 2001 From: Jean-Gabriel Gill-Couture Date: Thu, 4 Sep 2025 11:29:16 -0400 Subject: [PATCH] chore: Rename interpret name Okd.. string to OKD.. --- harmony/src/modules/okd/ipxe.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/harmony/src/modules/okd/ipxe.rs b/harmony/src/modules/okd/ipxe.rs index c6aa6c1..7cfc252 100644 --- a/harmony/src/modules/okd/ipxe.rs +++ b/harmony/src/modules/okd/ipxe.rs @@ -28,7 +28,7 @@ impl Score for O } fn name(&self) -> String { - "OkdIpxeScore".to_string() + "OKDIpxeScore".to_string() } }