mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Merge pull request #18 from davidallendj/tidy-code
Rename `Query*` functions in `internal/collect.go` to `Collect*`
This commit is contained in:
commit
1db4349eb0
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