Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjstone committed Oct 18, 2023
1 parent 48dc69d commit 90e92ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sled-agent/src/rack_setup/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ impl ServiceInner {

let rack_network_config = match &config.rack_network_config {
Some(config) => {
let value = NexusTypes::RackNetworkConfig {
let value = NexusTypes::RackNetworkConfigV1 {
rack_subnet: config.rack_subnet,
infra_ip_first: config.infra_ip_first,
infra_ip_last: config.infra_ip_last,
Expand Down

0 comments on commit 90e92ba

Please sign in to comment.