Fixed imports and removed unused query params

This commit is contained in:
David Allen 2024-07-24 10:24:12 -06:00
parent f498d07aa2
commit d73575ab05
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
3 changed files with 8 additions and 10 deletions

View file

@ -36,14 +36,12 @@ var updateCmd = &cobra.Command{
Component: component,
TransferProtocol: transferProtocol,
QueryParams: magellan.QueryParams{
Drivers: []string{"redfish"},
Preferred: "redfish",
Protocol: protocol,
Host: host,
Username: username,
Password: password,
Timeout: timeout,
Port: port,
Protocol: protocol,
Host: host,
Username: username,
Password: password,
Timeout: timeout,
Port: port,
},
}