mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Renamed functions in collect.go
This commit is contained in:
parent
d5e8ed5e99
commit
8c4439ea81
2 changed files with 17 additions and 17 deletions
|
|
@ -43,7 +43,7 @@ var collectCmd = &cobra.Command{
|
|||
OutputPath: outputPath,
|
||||
ForceUpdate: forceUpdate,
|
||||
}
|
||||
magellan.CollectInfo(&probeStates, l, q)
|
||||
magellan.CollectAll(&probeStates, l, q)
|
||||
|
||||
// confirm the inventories were added
|
||||
err = smd.GetRedfishEndpoints()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue