Skip to content

Commit

Permalink
Fix the dumbest error
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjstone committed Nov 25, 2023
1 parent df773b9 commit 3533973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus/src/app/rack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ impl super::Nexus {
// Convert the baseboard as necessary
let baseboard = sled_agent_client::types::Baseboard::Gimlet {
identifier: sled.baseboard.serial.clone(),
model: sled.baseboard.serial.clone(),
model: sled.baseboard.part.clone(),
revision: sled.baseboard.revision,
};

Expand Down

0 comments on commit 3533973

Please sign in to comment.