Renamed functions in collect.go

This commit is contained in:
David J. Allen 2023-10-16 13:48:55 -06:00
parent d5e8ed5e99
commit 8c4439ea81
2 changed files with 17 additions and 17 deletions

View file

@ -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()