Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
iljarotar committed Sep 17, 2024
1 parent c59efbd commit 9087887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/metal-api/internal/service/switch-service.go
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ func adoptConfiguration(existing, new *metal.Switch) (*metal.Switch, error) {
s := *new
newNics, err := adoptNics(existing, new)
if err != nil {
return nil, fmt.Errorf("could not adopt nic configuration from twin, err: %w", err)
return nil, fmt.Errorf("could not adopt existing nic configuration, err: %w", err)
}

newMachineConnections, err := adoptMachineConnections(existing, new)
Expand Down

0 comments on commit 9087887

Please sign in to comment.